Super tiny fix confusing slash_command_handler hint (#14976)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user