From fbefc05ef07bc6817c1d5a88bc97a800b5a475ee Mon Sep 17 00:00:00 2001 From: Ali S Date: Thu, 27 Aug 2026 14:54:46 +0000 Subject: [PATCH] chore(repo): own the tooling, workflows, items and tests paths Add path rules for .config, .devcontainer, .github, items and tests. The last matching pattern wins, so these override the catch-all rather than adding to it, and @amiralis1365 becomes the sole reviewer there. Co-Authored-By: Claude Opus 5 (1M context) --- CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 2e5fd17..3907eb1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,3 +10,12 @@ # adding one. * @justinmerrell + +# Tooling, workflows, catalog items and the test suite. The last matching +# pattern wins, so these override the catch-all above rather than adding to it. + +/.config/ @amiralis1365 +/.devcontainer/ @amiralis1365 +/.github/ @amiralis1365 +/items/ @amiralis1365 +/tests/ @amiralis1365