Skip to content

Commit 9cc4491

Browse files
committed
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)
1 parent 6947f9b commit 9cc4491

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gemini/config.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
have_fun: false
2+
code_review:
3+
disable: false
4+
comment_severity_threshold: MEDIUM
5+
max_review_comments: -1
6+
pull_request_opened:
7+
help: false
8+
summary: false
9+
code_review: true

0 commit comments

Comments
 (0)