Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Update whedon_api.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon authored Sep 28, 2021
1 parent 5bb8577 commit 295a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whedon_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def generate_checklist
github_client.update_comment(@nwo, @comment_id, checklist)

# link checklist from issue's body
text = "[Checklist for @#{@sender}](https://github.com/#{@nwo}/issues/#{@issue_id}#issuecomment-#{@comment_id})"
text = "[- Review checklist for @#{@sender}](https://github.com/#{@nwo}/issues/#{@issue_id}#issuecomment-#{@comment_id})"
new_body = issue.body + "\n" + text
github_client.update_issue(@nwo, @issue_id, issue.title, new_body)
end
Expand Down

0 comments on commit 295a0e0

Please sign in to comment.