We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a712820 commit 571541eCopy full SHA for 571541e
src/main/scripts/ci/connect-todos-to-issues.sh
@@ -57,7 +57,7 @@ ENABLE_DEBUG=
57
# What a label to put on the issue
58
ISSUE_LABEL=techdebt
59
60
-ISSUE_BODY_TEMPLATE='echo "The puzzle $PUZZLE_ID from #$ORIG_ISSUE has to be resolved:
+ISSUE_BODY_TEMPLATE='echo "The puzzle \`${PUZZLE_ID}\` from #$ORIG_ISSUE has to be resolved:
61
62
https://github.com/${GITHUB_REPOSITORY}/blob/${GITHUB_SHA}/${PUZZLE_FILE}#L${PUZZLE_LINE_START}-L${PUZZLE_LINE_END}
63
0 commit comments