Skip to content

Commit a9f91e6

Browse files
authored
ci: add gemini code assist config (#31512)
Configures gemini to not interact with new pull requests, only review on demand
1 parent e93ce50 commit a9f91e6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gemini/config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
have_fun: false
2+
code_review:
3+
disable: false
4+
comment_severity_threshold: MEDIUM
5+
max_review_comments: -1
6+
pull_request_opened:
7+
help: false
8+
summary: false
9+
code_review: false
10+
ignore_patterns: []

0 commit comments

Comments
 (0)