Skip to content

Commit d12ea82

Browse files
CI: add gemini assist for code reviews
Signed-off-by: Mohamed Awnallah <[email protected]>
1 parent 3e4771b commit d12ea82

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.gemini/config.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Config for the Gemini Pull Request Review Bot.
2+
# https://github.com/marketplace/gemini-code-assist
3+
4+
# Enables fun features such as a poem in the initial pull request summary.
5+
# Type: boolean, default: false.
6+
have_fun: false
7+
8+
code_review:
9+
# Disables Gemini from acting on PRs.
10+
# Type: boolean, default: false.
11+
disable: false
12+
13+
# Minimum severity of comments to post (LOW, MEDIUM, HIGH, CRITICAL).
14+
# Type: string, default: MEDIUM.
15+
comment_severity_threshold: MEDIUM
16+
17+
# Max number of review comments (-1 for unlimited).
18+
# Type: integer, default: -1.
19+
max_review_comments: -1
20+
21+
pull_request_opened:
22+
# Post helpful instructions when PR is opened.
23+
# Type: boolean, default: false.
24+
help: true
25+
26+
# Post PR summary when opened.
27+
# Type boolean, default: true.
28+
summary: true
29+
30+
# Post code review on PR open.
31+
# Type boolean, default: true.
32+
code_review: true
33+
34+
# List of glob patterns to ignore (files and directories).
35+
# Type: array of string, default: [].
36+
ignore_patterns: []

0 commit comments

Comments
 (0)