Add Gemini code review agent to repo (#782)
This commit is contained in:
parent
2f51c22141
commit
368e9ab4d8
2 changed files with 11 additions and 0 deletions
10
.gemini/config.yaml
Normal file
10
.gemini/config.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
have_fun: false
|
||||
code_review:
|
||||
disable: false
|
||||
comment_severity_threshold: HIGH
|
||||
max_review_comments: -1
|
||||
pull_request_opened:
|
||||
help: false
|
||||
summary: false
|
||||
code_review: false
|
||||
ignore_patterns: []
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
# gemini-code settings
|
||||
.gemini/
|
||||
!gemini/config.yaml
|
||||
|
||||
# Dependency directory
|
||||
node_modules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue