forked from cloudflare/workers-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeowners.toml
More file actions
26 lines (20 loc) · 961 Bytes
/
codeowners.toml
File metadata and controls
26 lines (20 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Codeowners Plus - Advanced Configuration
# See: https://github.com/multimediallc/codeowners-plus
# See: CODEOWNERS.md for full documentation
# Directories to ignore (no ownership checks, reduces review noise)
ignore = [".changeset", "fixtures"]
# Show detailed file-to-owner mapping in PR comments
detailed_reviewers = true
# Don't dismiss stale reviews when new changes are pushed
disable_smart_dismissal = true
# Suppress warnings for intentionally unowned files (e.g. pnpm-lock.yaml)
suppress_unowned_warning = true
[enforcement]
# Enforcement is via a required GitHub status check ("Run Codeowners Plus").
# The check fails when ownership rules are not satisfied, blocking merge.
# No bot approval is used — the status check is the sole enforcement mechanism.
fail_check = true
[admin_bypass]
# Allow repo admins to bypass codeowner requirements in emergencies
# by submitting an approval review containing "Codeowners Bypass" text
enabled = true