Skip to content

Commit

Permalink
Make the update re-trigger instructions clear
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarcziova committed Nov 26, 2020
1 parent 174e902 commit 808f657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packit_service/worker/handlers/github_handlers.py
Expand Up @@ -211,8 +211,8 @@ def run(self) -> TaskResults:
f"| dist-git branch | error |\n"
f"| --------------- | ----- |\n"
f"{branch_errors}\n\n"
"You can re-trigger the update by adding `/packit propose-update`"
" to the issue comment.\n"
"You can re-trigger the update by adding a comment (`/packit propose-update`)"
" into this issue.\n"
)

self.project.create_issue(
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test_release_event.py
Expand Up @@ -208,8 +208,8 @@ def test_dist_git_push_release_handle_all_failed(
"| dist-git branch | error |\n"
"| --------------- | ----- |\n"
f"{table_content}\n\n"
"You can re-trigger the update by adding `/packit propose-update`"
" to the issue comment.\n",
"You can re-trigger the update by adding a comment (`/packit propose-update`)"
" into this issue.\n",
)
.once()
.mock()
Expand Down

0 comments on commit 808f657

Please sign in to comment.