1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

ci/gemini: Turn off PR summary by default

It's just way too noisy and we generally expect the humans to
describe the basics.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2025-05-29 14:11:46 -04:00
parent b06d75fed7
commit 75e1a40eb5

12
.gemini/config.yaml Normal file
View File

@@ -0,0 +1,12 @@
# This config mainly overrides `summary: false` by default
# as it's really noisy.
have_fun: true
code_review:
disable: false
comment_severity_threshold: MEDIUM
max_review_comments: -1
pull_request_opened:
help: false
summary: false # turned off by default
code_review: true
ignore_patterns: []