fix: correct codeowners maintainer handle
This commit is contained in:
parent
9176218d16
commit
5cf841283a
2 changed files with 10 additions and 10 deletions
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
|
.github/** @cryppadotta @devinfoley
|
||||||
scripts/release*.sh @dotta @devinfoley
|
scripts/release*.sh @cryppadotta @devinfoley
|
||||||
scripts/release-*.mjs @dotta @devinfoley
|
scripts/release-*.mjs @cryppadotta @devinfoley
|
||||||
scripts/create-github-release.sh @dotta @devinfoley
|
scripts/create-github-release.sh @cryppadotta @devinfoley
|
||||||
scripts/rollback-latest.sh @dotta @devinfoley
|
scripts/rollback-latest.sh @cryppadotta @devinfoley
|
||||||
doc/RELEASING.md @dotta @devinfoley
|
doc/RELEASING.md @cryppadotta @devinfoley
|
||||||
doc/PUBLISHING.md @dotta @devinfoley
|
doc/PUBLISHING.md @cryppadotta @devinfoley
|
||||||
doc/RELEASE-AUTOMATION-SETUP.md @dotta @devinfoley
|
doc/RELEASE-AUTOMATION-SETUP.md @cryppadotta @devinfoley
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,7 @@ Current file:
|
||||||
|
|
||||||
- `.github/CODEOWNERS`
|
- `.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
|
## 9. Protect Release Infrastructure Specifically
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue