Skip to content

Commit ea082e9

Browse files
authored
Merge pull request #69 from stackhpc/broader-recheck
Allow extra text after recheck
2 parents d290eae + 15867af commit ea082e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

zuul.d/pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Run in response to a pull request comment "recheck"
1616
- event: pull_request
1717
action: comment
18-
comment: (?i)^\s*recheck\s*$
18+
comment: (?i)^\s*recheck(\s.*)?$
1919
# When using the checks API to report results, failed runs
2020
# will have a "re-run" button which emits this event.
2121
- event: check_run
@@ -81,7 +81,7 @@
8181
# Run in response to a pull request comment "recheck"
8282
- event: pull_request
8383
action: comment
84-
comment: (?i)^\s*recheck\s*$
84+
comment: (?i)^\s*recheck(\s.*)?$
8585
# When using the checks API to report results, failed runs
8686
# will have a "re-run" button which emits this event.
8787
- event: check_run

0 commit comments

Comments
 (0)