Skip to content

Commit dd179a8

Browse files
authored
Merge branch 'master' into tag-worklow-optional
2 parents 07c2d9f + f415d94 commit dd179a8

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
@@ -79,8 +79,11 @@ teamwork::pull_request_opened() {
7979
teamwork::add_comment "
8080
**$user** opened a PR: **$pr_title**
8181
[$pr_url]($pr_url)
82+
8283
---
83-
${pr_body//###/####} \n
84+
85+
${pr_body//###/####}
86+
8487
---
8588
8689
🔢 ${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)