3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-08-18 02:51:23 +00:00

ci: add code owners via codeowners-plus (#15261)

This commit is contained in:
Nikolai Nechaev
2026-07-03 06:19:02 +09:00
committed by GitHub
parent 5b9931ae41
commit 420f112bc6
3 changed files with 55 additions and 0 deletions

12
codeowners.toml Normal file
View File

@ -0,0 +1,12 @@
# 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