mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
Merge pull request #391 from dongjiang1989/add-gemini-codereview
chore(PR): Add code assist for PR
This commit is contained in:
parent
ebe7db36be
commit
b0ab2fdebc
1 changed files with 6 additions and 0 deletions
6
.gemini/config.yaml
Normal file
6
.gemini/config.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
|
||||
have_fun: false # Just review the code
|
||||
code_review:
|
||||
comment_severity_threshold: HIGH # Reduce quantity of comments
|
||||
pull_request_opened:
|
||||
summary: false # Don't summarize the PR in a separate comment
|
||||
Loading…
Add table
Reference in a new issue