We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d817c3 commit 4409fadCopy full SHA for 4409fad
1 file changed
src/teamwork.sh
@@ -144,7 +144,7 @@ teamwork::pull_request_opened() {
144
# local -r pr_stats=$(github::get_pr_patch_stats)
145
local -r pr_body=$(github::get_pr_body)
146
# IFS=" " read -r -a pr_stats_array <<< "$pr_stats"
147
- local -r substring="## Teamwork task link" #discard anything from this text onwards in the PR template
+ local -r substring="\#\#\ \Teamwork task link" #discard anything from this text onwards in the PR template
148
local -r extracted_body=${pr_body%%$substring*}
149
150
teamwork::add_comment "
0 commit comments