From 8a7b1b830172fd68a7eaecbb5e79c3b2226f954c Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 1 Dec 2025 18:15:03 -0800 Subject: [PATCH] [Docs] Update CI docs (#14260) --- docs/developer_guide/contribution_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guide/contribution_guide.md b/docs/developer_guide/contribution_guide.md index 6abcad5f5..6a5056ce9 100644 --- a/docs/developer_guide/contribution_guide.md +++ b/docs/developer_guide/contribution_guide.md @@ -79,7 +79,7 @@ For CI to run on a pull request, it must have the "run-ci" label. Authorized use - `/rerun-failed-ci`: Reruns the failed or flaky tests from the most recent commit. - `/tag-and-rerun-ci`: A single command that performs both `/tag-run-ci-label` and `/rerun-failed-ci`. -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/13498#issuecomment-3547552157). +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). 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`).