jcantosz/Stop PR Jobs
Cancels running workflow jobs for open PRs targeting a specified branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Base branch to check for PRs against | yes | main |
| github_token | GitHub token with appropriate permissions | no | ${{ github.token }} |
| app_id | GitHub App ID (if using app authentication instead of token) | no | — |
| private_key | GitHub App private key (if using app authentication) | no | — |
| installation_id | GitHub App installation ID (if using app authentication) | no | — |
| api_url | Custom GitHub API URL if using GitHub Enterprise | no | — |
| repository | Repository in the format owner/repo | no | ${{ github.repository }} |
Outputs
no outputs