From 60fd3a2c24c458f7bcbcd04ac61b948cec3ca22f Mon Sep 17 00:00:00 2001 From: calesthio Date: Sun, 29 Mar 2026 08:33:00 -0700 Subject: [PATCH] =?UTF-8?q?Add=20CODEOWNERS=20=E2=80=94=20require=20@cales?= =?UTF-8?q?thio=20approval=20on=20all=20PRs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .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..05dc619b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# All files require review from @calesthio +* @calesthio