Skip to content

Commit e6692d0

Browse files
authored
Merge pull request #9 from 9thCO/richard/let-the-mods-begin
chore: test escape hash
2 parents b58a8b4 + 4409fad commit e6692d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/teamwork.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ teamwork::pull_request_opened() {
144144
# local -r pr_stats=$(github::get_pr_patch_stats)
145145
local -r pr_body=$(github::get_pr_body)
146146
# 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
147+
local -r substring="\#\#\ \Teamwork task link" #discard anything from this text onwards in the PR template
148148
local -r extracted_body=${pr_body%%$substring*}
149149

150150
teamwork::add_comment "

0 commit comments

Comments
 (0)