You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ This action allows re-running a workflow when labels are added to (or removed fr
13
13
| Name | Required | Description |
14
14
|------|-----------|-------------|
15
15
|`token`| yes | A GitHub Token other than the default `GITHUB_TOKEN` needs to be specified in order to be able to re-run workflows. |
16
-
|`once-label`| no\*| When this label is added to a pull request, re-run the `workflow` once and remove the label again. |
17
-
|`continuous-label`| no\*| 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. |
18
-
|`trigger-labels`| no\*| When any of the labels in this comma-separated list is added to or removed from a pull request, re-run the `workflow` once. |
19
-
|`failed-jobs-only`| no | Specify whether only failed jobs should be re-run |
16
+
|`once-label`| no<sup>1</sup>| When this label is added to a pull request, re-run the `workflow` once and remove the label again. |
17
+
|`continuous-label`| no<sup>1</sup>| 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. |
18
+
|`trigger-labels`| no<sup>1</sup>| When any of the labels in this comma-separated list is added to or removed from a pull request, re-run the `workflow` once. |
19
+
|`failed-jobs-only`| no | Specify whether only failed jobs should be re-run.|
20
20
|`workflow`| yes | File name or ID of the workflow which should be re-run. |
21
21
22
-
\* At least one of `once-label`, `continuous-label` or `trigger-labels` is required.
22
+
<sup>1</sup> At least one of `once-label`, `continuous-label` or `trigger-labels` is required.
0 commit comments