From dc776b292809cd80fe06e379839045bc5984c4e9 Mon Sep 17 00:00:00 2001 From: Spyros Date: Thu, 9 Jul 2026 14:41:25 +0100 Subject: [PATCH 1/2] Add CODEOWNERS so maintainer approval satisfies branch protection. require_code_owner_reviews was enabled on main without a CODEOWNERS file, so no approval could satisfy the code-owner requirement on contributor PRs. Co-authored-by: Cursor --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..19b6abc09 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Default code owners for all paths. +# With require_code_owner_reviews on main, a maintainer approval satisfies +# merge requirements on contributor PRs. GitHub blocks authors from approving +# their own PR as a code owner review. +* @northdpole @robvanderveer From 0b8cda7c70c7d8afe6011e43ee1c2fe89df0d7b0 Mon Sep 17 00:00:00 2001 From: Spyros Date: Thu, 9 Jul 2026 16:54:37 +0100 Subject: [PATCH 2/2] chore: add Pa04rth and paoga87 as CODEOWNERS Expand default code owners so Parth Sohaney (@Pa04rth) and Paola Garcia (@paoga87) can approve contributor PRs alongside existing maintainers. Part of #969 / branch protection fix. Co-authored-by: Cursor --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 19b6abc09..5299ea73b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # With require_code_owner_reviews on main, a maintainer approval satisfies # merge requirements on contributor PRs. GitHub blocks authors from approving # their own PR as a code owner review. -* @northdpole @robvanderveer +* @northdpole @robvanderveer @Pa04rth @paoga87