Skip to content

Commit 4515f24

Browse files
committed
ci: add gemini code assist config (#31512)
Configures gemini to not interact with new pull requests, only review on demand (cherry picked from commit a9f91e6)
1 parent 24f86fd commit 4515f24

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)