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