Skip to content

Commit 98b9828

Browse files
authored
chore(.gemini): add config (#17001)
Proposal to further configure gemini assistance on the repo in the following ways: * disable `have_fun` to keep feedback concise * disable posting the help message, it's not particularly useful when we have public docs * run code review and include draft PRs * (the big one) attempt to limit the scope of review, excluding what I think would be GAPIC generate client libraries Context: Gemini posted comments to auto-generated code in #16998, which we will not address, and I'd like to reduce noise / save some compute.
1 parent 866e9da commit 98b9828

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gemini/config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Configure the behavior of the gemini code assist bot.
2+
# More info:
3+
# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
4+
have_fun: false
5+
code_review:
6+
pull_request_opened:
7+
help: false
8+
code_review: true
9+
include_drafts: true
10+
ignore_patterns:
11+
- "packages/**/services/**/client.py"

0 commit comments

Comments
 (0)