mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-18 11:02:10 +00:00
13 lines
441 B
TOML
13 lines
441 B
TOML
# Prevent codeowners-plus from adding a review status comment:
|
|
# we only use it to request reviews, not to enforce approvals.
|
|
#
|
|
# Optional reviewers are still invited with a CC comment.
|
|
disable_review_status_comments = true
|
|
|
|
[enforcement]
|
|
# Just request reviews, but do not enforce the approvals requirement.
|
|
#
|
|
# If `fail_check = true`, the codeowners-plus workflow will fail, unless sepcified reviewers
|
|
# approve the PR.
|
|
fail_check = false
|