github · GitHub Actions Docs
Actions Approving workflow runs from forks - GitHub Docs
Explains the process for repository administrators or owners to manually review and authorize workflow runs triggered by pull requests from external forks to prevent unauthorized code execution.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Approving workflow runs from forks - GitHub Docs
Explains the process for repository administrators or owners to manually review and authorize workflow runs triggered by pull requests from external forks to prevent unauthorized code execution.
When To Use
Use when you need to authorize or deny automated workflows triggered by pull requests originating from forks to maintain repository security.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-manage-workflow-runs-approving-from-forks-github-docs-workflow-guide.md | A guide explaining how to manually approve workflow runs triggered by pull requests from public forks in GitHub Actions. | Questions about a guide explaining how to manually approve workflow runs triggered by pull requests from public forks in GitHub Actions. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Manage workflow runs / - Approve runs from forks
- Main sections:
Approving workflow runs on a pull request from a public fork.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/approve-runs-from-forks
