fix: correct codeowners maintainer handle

This commit is contained in:
dotta
2026-03-17 15:38:03 -05:00
parent 9176218d16
commit 5cf841283a
2 changed files with 10 additions and 10 deletions

18
.github/CODEOWNERS vendored
View File

@@ -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

View File

@@ -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