File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 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 : [datasets/**/*]
You can’t perform that action at this time.
0 commit comments