From 1138e824889339b1e2d40bf410b3b404a4f339d4 Mon Sep 17 00:00:00 2001 From: Shivakumar Date: Sat, 18 Jul 2026 09:55:19 +0530 Subject: [PATCH] chore: add CODEOWNERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto-requests review from @getappz on every PR. Single wildcard rule since this is a single-maintainer repo today — split into path-scoped rules once there's more than one regular contributor. --- .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 00000000..e8444e5f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Single-maintainer repo today — this exists so GitHub auto-requests review +# on every PR. Split into path-scoped rules once there's more than one +# regular contributor; a per-directory split with a single owner behind +# every path is ceremony, not protection. +* @getappz