We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0d09d6 + e6e19f2 commit e1c9e49Copy full SHA for e1c9e49
1 file changed
.github/CODEOWNERS
@@ -1,6 +1,9 @@
1
# Default code owners for all files
2
* @tailor-platform/contributor-sdk
3
4
-# Changeset release PRs (Version Packages) always touch CHANGELOG.md,
5
-# so releases require review from maintainers.
6
-CHANGELOG.md @tailor-platform/maintainers-sdk
+# Security-sensitive files — supply-chain and CI/CD risk
+.github/CODEOWNERS @tailor-platform/maintainers-sdk
+.github/workflows/ @tailor-platform/maintainers-sdk
7
+**/package.json @tailor-platform/maintainers-sdk
8
+**/pnpm-lock.yaml @tailor-platform/maintainers-sdk
9
+pnpm-workspace.yaml @tailor-platform/maintainers-sdk
0 commit comments