From 62e8fd494fa2fcf9327b21b0921838f3aa836c5f Mon Sep 17 00:00:00 2001 From: Dotta Date: Tue, 17 Mar 2026 15:03:18 -0500 Subject: [PATCH] chore: expand github codeowners coverage --- .github/CODEOWNERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ddff1460..43b61c45 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,10 @@ # Replace @dotta if a different maintainer or team should own release infrastructure. -.github/workflows/release.yml @dotta -scripts/release*.sh @dotta -scripts/release-*.mjs @dotta -scripts/create-github-release.sh @dotta -scripts/rollback-latest.sh @dotta -doc/RELEASING.md @dotta -doc/PUBLISHING.md @dotta -doc/RELEASE-AUTOMATION-SETUP.md @dotta +.github/** @dotta @devinfoley +scripts/release*.sh @dotta @devinfoley +scripts/release-*.mjs @dotta @devinfoley +scripts/create-github-release.sh @dotta @devinfoley +scripts/rollback-latest.sh @dotta @devinfoley +doc/RELEASING.md @dotta @devinfoley +doc/PUBLISHING.md @dotta @devinfoley +doc/RELEASE-AUTOMATION-SETUP.md @dotta @devinfoley