We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d4ec1 commit 09a21caCopy full SHA for 09a21ca
src/teamwork.sh
@@ -86,7 +86,7 @@ ${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
+🔢 ${pr_stats_array[0]} commits / 📝 ${pr_stats_array[1]} files updated / ➕ ${pr_stats_array[2]} additions / ➖ ${pr_stats_array[3]} deletions
90
"
91
92
teamwork::add_tag "PR Open"
0 commit comments