mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 17:55:26 -04:00
fix(governance): drop catch-all CODEOWNERS rule
Remove the repository-wide single-owner CODEOWNERS rule so enabling Code Owner review no longer makes every ordinary PR require the owner personally.
This commit is contained in:
committed by
GitHub
parent
4b0a977988
commit
ebbcdc15af
+7
-6
@@ -1,8 +1,9 @@
|
|||||||
# Code owners.
|
# Code owners.
|
||||||
#
|
#
|
||||||
# Every file is owned by the maintainer, so that when branch protection has
|
# Intentionally empty for now. The catch-all rule that mapped every path to a
|
||||||
# "Require review from Code Owners" turned on, no pull request can be merged
|
# single owner froze all merges the moment "Require review from Code Owners"
|
||||||
# without the maintainer's review. This is the human gate that backs up the
|
# was enabled, because no other maintainer's approval could satisfy the gate.
|
||||||
# automated security checks. See docs/security-ci.md for how to turn it on.
|
# A per-area ownership map (security/auth, CI, frontend, agent internals, with
|
||||||
|
# multiple named owners per line) is being worked out in issue #593; once
|
||||||
* @pewdiepie-archdaemon
|
# agreed it replaces this file. Until then, required reviews and the security
|
||||||
|
# CI gate (docs/security-ci.md) remain in force via branch protection.
|
||||||
|
|||||||
Reference in New Issue
Block a user