paperclip/.github/CODEOWNERS

19 lines
1.1 KiB
Plaintext

# Replace @cryppadotta if a different maintainer or team should own release infrastructure.
.github/** @cryppadotta @devinfoley @nickyleach @forgottendev
scripts/release*.sh @cryppadotta @devinfoley @nickyleach @forgottendev
scripts/release-*.mjs @cryppadotta @devinfoley @nickyleach @forgottendev
scripts/create-github-release.sh @cryppadotta @devinfoley @nickyleach @forgottendev
scripts/rollback-latest.sh @cryppadotta @devinfoley @nickyleach @forgottendev
doc/RELEASING.md @cryppadotta @devinfoley @nickyleach @forgottendev
doc/PUBLISHING.md @cryppadotta @devinfoley @nickyleach @forgottendev
doc/RELEASE-AUTOMATION-SETUP.md @cryppadotta @devinfoley @nickyleach @forgottendev
skills/** @cryppadotta @devinfoley @nickyleach @forgottendev
# Package files — dependency changes require review
# package.json matches recursively at all depths (covers root + all workspaces)
package.json @cryppadotta @devinfoley @nickyleach @forgottendev
pnpm-lock.yaml @cryppadotta @devinfoley @nickyleach @forgottendev
pnpm-workspace.yaml @cryppadotta @devinfoley @nickyleach @forgottendev
.npmrc @cryppadotta @devinfoley @nickyleach @forgottendev