We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb8f0f commit 4254267Copy full SHA for 4254267
.gemini/config.yaml
@@ -1,12 +1,18 @@
1
# See https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#custom-configurations
2
3
-have_fun: false # We are serious people in the Dart team!
+# We are serious people in the Dart team!
4
+have_fun: false
5
+
6
code_review:
7
disable: false
8
+ # Valid levels are LOW, MEDIUM, or HIGH.
9
comment_severity_threshold: MEDIUM
10
max_review_comments: 100
11
pull_request_opened:
- help: true
- summary: true
12
code_review: true
13
+ # Make the gemini PR comment more terse.
14
+ help: false
15
16
+ summary: false
17
18
ignore_patterns: []
0 commit comments