blob: e4944818c5f9bb50cbbc24e824b74f1dc51e16c0 [file] [edit]
# Gemini code reviews configuration; see
# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
code_review:
# Valid levels are LOW, MEDIUM, HIGH, or CRITICAL.
comment_severity_threshold: MEDIUM
pull_request_opened:
code_review: true
# Make the gemini PR comments more terse.
help: false
summary: false
# Don't ask for reviews of the generated code.
ignore_patterns:
- .github/workflows/dart.yml
- tool/ci.sh
- pkgs/*/.metadata
- "**/*.g.dart"
- "**/*_bindings.*"