We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07c2d9f + f415d94 commit dd179a8Copy full SHA for dd179a8
1 file changed
src/teamwork.sh
@@ -79,8 +79,11 @@ teamwork::pull_request_opened() {
79
teamwork::add_comment "
80
**$user** opened a PR: **$pr_title**
81
[$pr_url]($pr_url)
82
+
83
---
- ${pr_body//###/####} \n
84
85
+${pr_body//###/####}
86
87
88
89
🔢 ${pr_stats_array[0]} commits / 📝 ${pr_stats_array[1]} files updated / ${pr_stats_array[2]} additions / ${pr_stats_array[3]} deletions
0 commit comments