From 9f6b11bd8a371e7c17a023d6d0e1e37982bd50b1 Mon Sep 17 00:00:00 2001 From: a-ok123 <54385956+a-ok123@users.noreply.github.com> Date: Wed, 23 Sep 2026 22:06:56 -0400 Subject: [PATCH] Require @a-ok123 approval for every change. CODEOWNERS covers the whole publication tree. Master already requires a code-owner review. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..f6680abb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Every change to this publication repository needs approval from @a-ok123. +* @a-ok123