Skip to content

Commit 1668431

Browse files
committed
Include link to the SHA being cherry-picked.
1 parent 6764809 commit 1668431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
fi
240240
241241
if [ -n "${INPUTS_COMMIT_SHA}" ]; then
242-
BODY="This pull request backports \`${INPUTS_COMMIT_SHA}\` to the \`${MATRIX_BRANCH}\` branch."
242+
BODY="This pull request backports \`${INPUTS_COMMIT_SHA}\` (https://github.com/${STEPS_UPSTREAM_OUTPUTS_REPO}/commit/${INPUTS_COMMIT_SHA}) to the \`${MATRIX_BRANCH}\` branch."
243243
else
244244
BODY="Backport to the \`${MATRIX_BRANCH}\` branch."
245245
fi

0 commit comments

Comments
 (0)