Skip to content

Commit 391e5a3

Browse files
authored
Add a default gemini config. (project-chip#37795)
* Add a default gemini config. This is based on https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#custom-configuration Disabled the "have fun" and "summary" (as the PR summary should already contain this) * Disable by default
1 parent 3c9c7e6 commit 391e5a3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gemini/config.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
have_fun: false
2+
code_review:
3+
# Disabled until we have clarity/guidance at a CSA level
4+
disable: true
5+
comment_severity_threshold: MEDIUM
6+
max_review_comments: -1
7+
pull_request_opened:
8+
help: false
9+
summary: false
10+
code_review: true

0 commit comments

Comments
 (0)