[skip ci] chore(gemini): Add default Gemini Assists configurations (#926)
* Add default configurations * Set comment_severity_threshold: LOW * Correct path
This commit is contained in:
parent
49c012e548
commit
e727ed8524
1 changed files with 10 additions and 0 deletions
10
.gemini/config.yaml
Normal file
10
.gemini/config.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
have_fun: true
|
||||||
|
code_review:
|
||||||
|
disable: false
|
||||||
|
comment_severity_threshold: LOW
|
||||||
|
max_review_comments: -1
|
||||||
|
pull_request_opened:
|
||||||
|
help: false
|
||||||
|
summary: true
|
||||||
|
code_review: true
|
||||||
|
ignore_patterns: []
|
||||||
Loading…
Reference in a new issue