From 5aa8bb771769ba3cc4036799bf742158f31898c1 Mon Sep 17 00:00:00 2001 From: danielmeppiel Date: Fri, 27 Feb 2026 09:22:23 +0100 Subject: [PATCH] chore: add CODEOWNERS to activate org-mandated code owner reviews Activates the require_code_owner_review setting in the microsoft-production-ruleset. All PRs to main now require approval from @danielmeppiel (lead maintainer) before merge, regardless of other approvals. --- .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 00000000..7d214ac3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @danielmeppiel