Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .gemini/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
have_fun: false

ignore_patterns: []

memory_config:
disabled: false

code_review:
disable: false
comment_severity_threshold: HIGH
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the non-default, the default is MEDIUM.

max_review_comments: -1
pull_request_opened:
help: false
summary: false
code_review: false
include_drafts: false
Comment on lines +12 to +16
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The defaults here are as per the following suggestion (to show the diff, not to be committed)

Suggested change
pull_request_opened:
help: false
summary: false
code_review: false
include_drafts: false
pull_request_opened:
help: false
summary: false
code_review: true
include_drafts: true

I've chosen to turn off all automated PR reviews in favour of using the manual review option, at least to begin with.

Loading