Add /rerun-stage slash command to rerun specific PR test stages (#14262)
This commit is contained in:
3
.github/workflows/slash-command-handler.yml
vendored
3
.github/workflows/slash-command-handler.yml
vendored
@@ -17,7 +17,8 @@ jobs:
|
||||
github.event.issue.pull_request &&
|
||||
(startsWith(github.event.comment.body, '/tag-run-ci-label') ||
|
||||
startsWith(github.event.comment.body, '/rerun-failed-ci') ||
|
||||
startsWith(github.event.comment.body, '/tag-and-rerun-ci'))
|
||||
startsWith(github.event.comment.body, '/tag-and-rerun-ci') ||
|
||||
startsWith(github.event.comment.body, '/rerun-stage'))
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user