Skip to content

Commit

Permalink
Merge pull request #36 from Teamwork/miguelbemartin-patch-1
Browse files Browse the repository at this point in the history
Update comment markdown format
  • Loading branch information
ychartois authored Nov 27, 2020
2 parents 31a99c3 + a9a4cef commit f415d94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/teamwork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ teamwork::pull_request_opened() {
teamwork::add_comment "
**$user** opened a PR: **$pr_title**
[$pr_url]($pr_url)
---
${pr_body//###/####} \n
${pr_body//###/####}
---
🔢 ${pr_stats_array[0]} commits / 📝 ${pr_stats_array[1]} files updated / ${pr_stats_array[2]} additions / ${pr_stats_array[3]} deletions
Expand Down

0 comments on commit f415d94

Please sign in to comment.