mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
Merge pull request #2395 from mohamedawnallah/addGeminiCodeAssist
CI: add gemini assist for code reviews
This commit is contained in:
commit
fa8d919dd0
1 changed files with 36 additions and 0 deletions
36
.gemini/config.yaml
Normal file
36
.gemini/config.yaml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Config for the Gemini Pull Request Review Bot.
|
||||
# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
|
||||
|
||||
# Enables fun features such as a poem in the initial pull request summary.
|
||||
# Type: boolean, default: false.
|
||||
have_fun: false
|
||||
|
||||
code_review:
|
||||
# Disables Gemini from acting on PRs.
|
||||
# Type: boolean, default: false.
|
||||
disable: false
|
||||
|
||||
# Minimum severity of comments to post (LOW, MEDIUM, HIGH, CRITICAL).
|
||||
# Type: string, default: MEDIUM.
|
||||
comment_severity_threshold: MEDIUM
|
||||
|
||||
# Max number of review comments (-1 for unlimited).
|
||||
# Type: integer, default: -1.
|
||||
max_review_comments: -1
|
||||
|
||||
pull_request_opened:
|
||||
# Post helpful instructions when PR is opened.
|
||||
# Type: boolean, default: false.
|
||||
help: false
|
||||
|
||||
# Post PR summary when opened.
|
||||
# Type boolean, default: true.
|
||||
summary: true
|
||||
|
||||
# Post code review on PR open.
|
||||
# Type boolean, default: true.
|
||||
code_review: true
|
||||
|
||||
# List of glob patterns to ignore (files and directories).
|
||||
# Type: array of string, default: [].
|
||||
ignore_patterns: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue