Skip to content

Commit 571541e

Browse files
committed
chore: highlight puzzle id in the issue's body
Part of #1610
1 parent a712820 commit 571541e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/connect-todos-to-issues.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ENABLE_DEBUG=
5757
# What a label to put on the issue
5858
ISSUE_LABEL=techdebt
5959

60-
ISSUE_BODY_TEMPLATE='echo "The puzzle $PUZZLE_ID from #$ORIG_ISSUE has to be resolved:
60+
ISSUE_BODY_TEMPLATE='echo "The puzzle \`${PUZZLE_ID}\` from #$ORIG_ISSUE has to be resolved:
6161
6262
https://github.com/${GITHUB_REPOSITORY}/blob/${GITHUB_SHA}/${PUZZLE_FILE}#L${PUZZLE_LINE_START}-L${PUZZLE_LINE_END}
6363

0 commit comments

Comments
 (0)