Add /tag-and-rerun-ci (#13521)

This commit is contained in:
sglang-bot
2025-11-18 06:53:53 -08:00
committed by GitHub
parent 2e1dbdb258
commit c1a30aa765
3 changed files with 59 additions and 20 deletions

View File

@@ -16,7 +16,8 @@ jobs:
if: >
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, '/rerun-failed-ci') ||
startsWith(github.event.comment.body, '/tag-and-rerun-ci'))
runs-on: ubuntu-latest
steps: