Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .gemini/config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# See https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#custom-configurations

have_fun: false # We are serious people in the Dart team!
# We are serious people in the Dart team!
have_fun: false

code_review:
disable: false
# Valid levels are LOW, MEDIUM, or HIGH.
comment_severity_threshold: MEDIUM
max_review_comments: 100
pull_request_opened:
help: true
summary: true
code_review: true
# Make the gemini PR comment more terse.
help: false
# Make the gemini PR comment more terse.
summary: false

ignore_patterns: []