Skip to content

Commit 4254267

Browse files
authored
Update gemini config.yaml (#2162)
1 parent 6cb8f0f commit 4254267

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.gemini/config.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# See https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#custom-configurations
22

3-
have_fun: false # We are serious people in the Dart team!
3+
# We are serious people in the Dart team!
4+
have_fun: false
5+
46
code_review:
57
disable: false
8+
# Valid levels are LOW, MEDIUM, or HIGH.
69
comment_severity_threshold: MEDIUM
710
max_review_comments: 100
811
pull_request_opened:
9-
help: true
10-
summary: true
1112
code_review: true
13+
# Make the gemini PR comment more terse.
14+
help: false
15+
# Make the gemini PR comment more terse.
16+
summary: false
17+
1218
ignore_patterns: []

0 commit comments

Comments
 (0)