[CI] Answer unrecognized slash commands instead of skipping silently (#38736)

This commit is contained in:
Alison Shao
2026-09-09 18:01:18 -07:00
committed by GitHub
parent 92d831d3d7
commit a7e00b7576
3 changed files with 78 additions and 2 deletions
@@ -141,6 +141,8 @@ Selective reruns do not build or install a PR-local `sglang-kernel` wheel. If a
If you have permission, the [Slash Command Handler](https://github.com/sgl-project/sglang/actions/workflows/slash-command-handler.yml) will run your command and react with a 👍 to your comment. It may take up to a few minutes for the reaction to appear. Here’s a usage [example](https://github.com/sgl-project/sglang/pull/14253#issuecomment-3599509302).
If a command isn't recognized, the handler reacts 😕 instead, and replies with the closest matching command when there is one. A comment with no reaction at all means the handler never saw it — check the command is spelled as listed above.
To avoid spamming a PR with too many `/rerun-failed-ci` comments, you can also trigger the command by editing an existing comment and adding any suffix (e.g., `/rerun-failed-ci try again`).
If you don’t have permission and you’re not the PR author, please ask maintainers to trigger CI for you.