mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
It's just way too noisy and we generally expect the humans to describe the basics. Signed-off-by: Colin Walters <walters@verbum.org>
13 lines
315 B
YAML
13 lines
315 B
YAML
# 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: []
|