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:
12
codeowners.toml
Normal file
12
codeowners.toml
Normal 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
|
||||
Reference in New Issue
Block a user