2025-08-11 22:21:29 +08:00
|
|
|
# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
|
|
|
|
|
have_fun: false # Just review the code
|
2026-01-31 10:47:38 +08:00
|
|
|
memory_config:
|
|
|
|
|
disabled: false
|
2025-08-11 22:21:29 +08:00
|
|
|
code_review:
|
|
|
|
|
comment_severity_threshold: HIGH # Reduce quantity of comments
|
|
|
|
|
pull_request_opened:
|
2026-01-31 10:47:38 +08:00
|
|
|
help: true # Add a help comment to the PR
|
|
|
|
|
summary: true # Summarize the PR in a separate comment
|