Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f319580

Browse files
authoredJun 6, 2024··
Merge branch 'main' into tuan/formatting-enum
2 parents 8e1977d + a16c549 commit f319580

File tree

91 files changed

+3645
-3184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+3645
-3184
lines changed
 

‎.coderabbit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ reviews:
44
request_changes_workflow: false
55
high_level_summary: true
66
poem: false
7-
review_status: true
7+
review_status: false
88
collapse_walkthrough: true
99
path_filters:
1010
- "!**/*.pb.go"
@@ -24,12 +24,12 @@ reviews:
2424
instructions: |
2525
"Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
2626
auto_review:
27-
enabled: true
27+
enabled: false
2828
ignore_title_keywords:
2929
- "WIP"
3030
- "DO NOT MERGE"
3131
drafts: false
3232
base_branches:
3333
- "main"
3434
chat:
35-
auto_reply: true
35+
auto_reply: true

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: '1.22'
2525

2626
- name: Release
27-
uses: goreleaser/goreleaser-action@v5
27+
uses: goreleaser/goreleaser-action@v6
2828
if: startsWith(github.ref, 'refs/tags/')
2929
with:
3030
version: latest

0 commit comments

Comments
 (0)
Please sign in to comment.