From fa851992193cda54202c60701bd24cb290c6e36a Mon Sep 17 00:00:00 2001 From: Justin Bowen Date: Sat, 25 Jul 2026 20:31:44 -0500 Subject: [PATCH] chore: add CODEOWNERS The org default-branch ruleset sets require_code_owner_review, so a repo with no CODEOWNERS has a review requirement that matches nobody. Co-Authored-By: Claude Opus 5 --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..4a0e7f40 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# Code owners for penguintechinc/squawk +# +# The org default-branch ruleset sets require_code_owner_review, so every PR +# into the default branch needs an approving review from someone listed here. +# +# Two owners deliberately. GitHub forbids approving your own PR, so a single +# owner who also writes most of the PRs would make every one of them +# unmergeable except by admin bypass — which would defeat the review +# requirement rather than satisfy it. + +* @PenguinzTech @Chromeninja