Skip to content

Commit

Permalink
merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Jul 3, 2024
2 parents abb096a + d4bec8b commit 152e237
Show file tree
Hide file tree
Showing 405 changed files with 9,846 additions and 7,507 deletions.
20 changes: 20 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
reviews:
path_filters:
- "**/*.pb.go"
- "**/*.pb.gw.go"
path_instructions:
- path: '**/*.go'
instructions: >-
Review the Go code, point out issues relative to principles of clean
code, expressiveness, and performance.
- path: '**/*.proto'
instructions: >-
Review the Protobuf definitions, point out issues relative to
compatibility, and expressiveness.
- path: '**/*.sh'
instructions: >-
Review the shell scripts, point out issues relative to security,
performance, and maintainability.
auto_review:
base_branches:
- develop
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* @brewmaster012 @kingpinXD @lumtis @ws4charlie @skosito @swift1337
* @brewmaster012 @kingpinXD @lumtis @ws4charlie @skosito @swift1337 @fbac

.github/** @zeta-chain/devops
Loading

0 comments on commit 152e237

Please sign in to comment.