From 6d2b3324efd03ba2178f306265a0db315654ef43 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Sat, 13 Dec 2025 09:42:50 +0800 Subject: [PATCH] Super tiny fix confusing slash_command_handler hint (#14976) --- scripts/ci/slash_command_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/slash_command_handler.py b/scripts/ci/slash_command_handler.py index ab38a2b4a..bb09d52a5 100644 --- a/scripts/ci/slash_command_handler.py +++ b/scripts/ci/slash_command_handler.py @@ -229,7 +229,7 @@ def handle_rerun_stage( comment.create_reaction("+1") pr.create_issue_comment( f"✅ Triggered `{stage_name}` to run independently (skipping dependencies).\n\n" - f"Check the [Actions tab](https://github.com/{gh_repo.full_name}/actions) for progress." + f"It will not be shown in this page. Check the [Actions tab](https://github.com/{gh_repo.full_name}/actions) for progress." ) return True else: