Skip to content

Commit 7d157e1

Browse files
authored
chore: add gemini config.yaml file (#2270)
I believe Gemini was also recently enabled on this repo. The default settings has it automatically do a PR summary and code review, which we probably don't want. https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#add_configuration_files
1 parent 67b0984 commit 7d157e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gemini/config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
include_drafts: true
11+
ignore_patterns: []

0 commit comments

Comments
 (0)