chore: add code owners for npm release paths

This commit is contained in:
Onur Solmaz 2026-03-14 13:21:40 +01:00 committed by Onur
parent 00891dee90
commit 5c9fae5adc
1 changed files with 9 additions and 0 deletions

9
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,9 @@
# Protect the ownership rules themselves.
/.github/CODEOWNERS @steipete
# Release workflow and its supporting release-path checks.
/.github/workflows/openclaw-npm-release.yml @openclaw/openclaw-release-managers
/docs/reference/RELEASING.md @openclaw/openclaw-release-managers
/scripts/openclaw-npm-publish.sh @openclaw/openclaw-release-managers
/scripts/openclaw-npm-release-check.ts @openclaw/openclaw-release-managers
/scripts/release-check.ts @openclaw/openclaw-release-managers