Add Gemini code review agent to repo (#782)

This commit is contained in:
Eddie Santos 2025-06-05 21:37:06 -07:00 committed by GitHub
parent 2f51c22141
commit 368e9ab4d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

10
.gemini/config.yaml Normal file
View 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
View File

@ -4,6 +4,7 @@
# gemini-code settings
.gemini/
!gemini/config.yaml
# Dependency directory
node_modules