From 78ede7fc7c17e2e32478d0fa18a02cda4ad192a0 Mon Sep 17 00:00:00 2001 From: StuBehan Date: Wed, 22 Apr 2026 23:15:32 +0100 Subject: [PATCH] chore: add CODEOWNERS Auto-requests review from @stubehan on every PR. Pair with "Require review from Code Owners" in the main ruleset when ready to hard-require it. Co-Authored-By: Claude Opus 4.7 (1M context) --- .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 0000000..13935a6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS — automatically requests review from the listed owners on +# every PR that touches matching paths. The last matching pattern wins. +# Syntax reference: https://docs.github.com/en/repositories/managing-your-repositories-settings-and-security/customizing-your-repository/about-code-owners + +* @stubehan