We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824ea0d commit 715d662Copy full SHA for 715d662
1 file changed
.gemini/config.yaml
@@ -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