Skip to content

Commit 2abe1f0

Browse files
authored
github: Add config for Gemini code assist (#8873)
Add configuration to enable Gemini code reviews. Source: https://github.com/grpc/grpc/blob/master/.gemini/config.yaml RELEASE NOTES: N/A
1 parent 46350a7 commit 2abe1f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gemini/config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
have_fun: false
2+
memory_config:
3+
disabled: false
4+
code_review:
5+
disable: false
6+
comment_severity_threshold: MEDIUM
7+
max_review_comments: -1
8+
pull_request_opened:
9+
help: false
10+
summary: false
11+
code_review: false
12+
include_drafts: false
13+
ignore_patterns: []

0 commit comments

Comments
 (0)