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
16 changes: 14 additions & 2 deletions .gemini/config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# These are all defaults for now. Descriptions for these settings: https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#config.yaml-schema
# Based on Flutter config: https://github.com/flutter/flutter/blob/master/.gemini/config.yaml
#
# Schema: https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#config.yaml-schema

# No poetry in summaries (DEFAULT).
have_fun: false

code_review:
# (DEFAULT)
disable: false
# LOW, MEDIUM, HIGH or CRITICAL
comment_severity_threshold: MEDIUM
# -1 is unlimited (DEFAULT)
max_review_comments: -1
pull_request_opened:
# (DEFAULT)
help: false
# These tend to be verbose, and since we expect PR authors to clearly
# describe their PRs this would be at best duplicative.
summary: false
code_review: false
code_review: true
# (DEFAULT) -- Note that this is disabled for flutter
include_drafts: true
ignore_patterns: []

Loading