Skip to content

Commit 867e968

Browse files
authored
Add Gemini code review config (#12725)
Copied configuration from grpc-go for default code review settings from grpc/grpc-go#8873
1 parent 9238a9d commit 867e968

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)