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