reitermarkus/Re-run Workflow
Re-run a workflow once or continuously until it succeeds by applying (or removing) labels to a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub Token other than the default `GITHUB_TOKEN` needs to be specified in order to be able to re-run workflows. | yes | — |
| once-label | When this label is added to a pull request, re-run the `workflow` once and remove the label again. | no | — |
| continuous-label | When this label is added to a pull request, continuously re-run the `workflow` until it succeeds or is cancelled. The action needs to be run on `workflow_run`, `push` or `schedule` events for this to work. | no | — |
| trigger-labels | When any of the labels in this comma-separated list is added to or removed from a pull request, re-run the `workflow` once. | no | — |
| failed-jobs-only | When re-running the workflow, only re-run jobs which have failed. | no | false |
| workflow | File name or ID of the workflow which should be re-run. | yes | — |
Outputs
no outputs