approve_workflow_run
Approve a GitHub Actions workflow run awaiting approval for a fork pull request. Specify owner, repo, and run ID to authorize the run.
Instructions
Approve a workflow run that is awaiting fork-PR approval. Docs: https://docs.github.com/en/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| run_id | Yes | Workflow run ID. |