From 0b06ad693a361d73a9a042b8eb7fe432a072f16b Mon Sep 17 00:00:00 2001 From: tanglearncode Date: Sun, 13 Sep 2026 09:37:38 +0800 Subject: [PATCH] Require maintainer approval for every change main requires a code owner review before a pull request can merge. Make the maintainer the owner of every path, so approval from any other collaborator does not satisfy it. --- .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 0000000..3c22b08 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Every change needs approval from the maintainer. +* @tanglearncode