From 59f3a4da421afd21567879551c65cff3361ff758 Mon Sep 17 00:00:00 2001 From: Morgan Blackthorne Date: Mon, 13 Jul 2026 09:41:09 -0700 Subject: [PATCH] Add CODEOWNERS in both root and .github locations GitHub looks up CODEOWNERS in .github/, the repo root, or docs/, in that priority order. Keeping a copy in both root and .github covers whichever location any given tool or workflow expects, for redundancy. --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..46d5573 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @jasmeralia