Super tiny fix confusing slash_command_handler hint (#14976)

This commit is contained in:
fzyzcjy
2025-12-13 09:42:50 +08:00
committed by GitHub
parent 8cc77261ec
commit 6d2b3324ef
+1 -1
View File
@@ -229,7 +229,7 @@ def handle_rerun_stage(
comment.create_reaction("+1") comment.create_reaction("+1")
pr.create_issue_comment( pr.create_issue_comment(
f"✅ Triggered `{stage_name}` to run independently (skipping dependencies).\n\n" 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 return True
else: else: