diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 43b61c45..b22c2d09 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,10 @@ -# Replace @dotta if a different maintainer or team should own release infrastructure. +# Replace @cryppadotta if a different maintainer or team should own release infrastructure. -.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 +.github/** @cryppadotta @devinfoley +scripts/release*.sh @cryppadotta @devinfoley +scripts/release-*.mjs @cryppadotta @devinfoley +scripts/create-github-release.sh @cryppadotta @devinfoley +scripts/rollback-latest.sh @cryppadotta @devinfoley +doc/RELEASING.md @cryppadotta @devinfoley +doc/PUBLISHING.md @cryppadotta @devinfoley +doc/RELEASE-AUTOMATION-SETUP.md @cryppadotta @devinfoley diff --git a/doc/RELEASE-AUTOMATION-SETUP.md b/doc/RELEASE-AUTOMATION-SETUP.md index 7f77003a..b9970def 100644 --- a/doc/RELEASE-AUTOMATION-SETUP.md +++ b/doc/RELEASE-AUTOMATION-SETUP.md @@ -165,7 +165,7 @@ Current file: - `.github/CODEOWNERS` -If `@dotta` is not the right reviewer identity in the public repo, change it before enabling enforcement. +If `@cryppadotta` is not the right reviewer identity in the public repo, change it before enabling enforcement. ## 9. Protect Release Infrastructure Specifically