From fcae290c3ac2a18c4195aac928da49b456c71816 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Tue, 26 May 2026 09:41:09 +0200 Subject: [PATCH] Add CODEOWNERS file with maintainers (#3994) Enforce that only designated code owners can satisfy the required review count on protected branches. This prevents non-member approvals (which GitHub allows on public repos) from appearing to meet branch protection requirements. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..f0b41f8e4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ludoo @juliocc @sruffilli @wiktorn @LucaPrete