Skip to content

Commit f415d94

Browse files
authored
Merge pull request #36 from Teamwork/miguelbemartin-patch-1
Update comment markdown format
2 parents 31a99c3 + a9a4cef commit f415d94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/teamwork.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@ teamwork::pull_request_opened() {
7575
teamwork::add_comment "
7676
**$user** opened a PR: **$pr_title**
7777
[$pr_url]($pr_url)
78+
7879
---
79-
${pr_body//###/####} \n
80+
81+
${pr_body//###/####}
82+
8083
---
8184
8285
🔢 ${pr_stats_array[0]} commits / 📝 ${pr_stats_array[1]} files updated / ${pr_stats_array[2]} additions / ${pr_stats_array[3]} deletions

0 commit comments

Comments
 (0)