mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Synchronized from bootc-dev/infra@3e0c644d17. Signed-off-by: bootc-dev Bot <bot@bootc.dev>
20 lines
598 B
YAML
20 lines
598 B
YAML
# NOTE: This file is canonically maintained in
|
|
# <https://github.com/bootc-dev/infra/tree/main/common>
|
|
# DO NOT EDIT
|
|
#
|
|
# This config mainly overrides `summary: false` by default
|
|
# as it's really noisy.
|
|
have_fun: true
|
|
code_review:
|
|
disable: false
|
|
# Even medium level can be quite noisy, I don't think
|
|
# we need LOW. Anyone who wants that type of stuff should
|
|
# be able to get it locally or before review.
|
|
comment_severity_threshold: MEDIUM
|
|
max_review_comments: -1
|
|
pull_request_opened:
|
|
help: false
|
|
summary: false # turned off by default
|
|
code_review: true
|
|
ignore_patterns: []
|