[gemini] add configuration for Gemini code review (#12619)

This commit adds the .gemini/config.yaml file to configure the Gemini
code review tool. The configuration includes settings for review
severity, comment limits, and automated review triggers for pull
requests.
This commit is contained in:
Jonathan Hui
2026-03-04 19:29:00 -06:00
committed by GitHub
parent 187b64a462
commit e57dc6778a
+10
View File
@@ -0,0 +1,10 @@
have_fun: false
code_review:
disable: false
comment_severity_threshold: MEDIUM
max_review_comments: -1
pull_request_opened:
help: false
summary: true
code_review: true
include_drafts: true