Add /rerun-stage slash command to rerun specific PR test stages (#14262)

This commit is contained in:
alisonshao
2025-12-02 14:23:38 -08:00
committed by GitHub
parent fc6fb550ec
commit 084b06e79d
4 changed files with 508 additions and 198 deletions

View File

@@ -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: