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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenA GitHub Token other than the default `GITHUB_TOKEN` needs to be specified in order to be able to re-run workflows. yes
once-labelWhen this label is added to a pull request, re-run the `workflow` once and remove the label again. no
continuous-labelWhen 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-labelsWhen 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-onlyWhen re-running the workflow, only re-run jobs which have failed. nofalse
workflowFile name or ID of the workflow which should be re-run.yes

no outputs