fix: correct codeowners maintainer handle
This commit is contained in:
18
.github/CODEOWNERS
vendored
18
.github/CODEOWNERS
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user