From e8d39ced9863fcbc064d771abdaf28d1ec0fd8b6 Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Sun, 3 May 2026 05:46:26 +0000 Subject: [PATCH] add .github/CODEOWNERS Brings Splash in line with Auth and Auth.Providers, both of which already carry the same one-line CODEOWNERS. Maps every path in the repo to the maintainer's address so review-request routing works out of the box. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b437036 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* stuart.meeks@stuartmeeks.net