You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require a maintainer to add a label on PRs from forks (#342)
Prevent untrusted code execution by requiring manual approval via
safe-to-update label for fork PRs.
Fork PRs will be skipped unless a maintainer adds the label after
security review. Same-repository PRs continue to run automatically.
Fixes: #341
This PR is from a forked repository. For security reasons, the automatic tool list update workflow requires a maintainer to add the `safe-to-update` label before it will run.
78
+
79
+
A maintainer will review this PR and add the label if appropriate. The workflow will then automatically update the tool lists.
80
+
81
+
---
82
+
83
+
**Why is this needed?** This workflow executes code and connects to MCP servers specified in spec files. To prevent potential security issues, we require manual verification for fork PRs.
0 commit comments