ci: reword cherry-picker comment (#9192)
This commit is contained in:
parent
372f21767f
commit
53a7f852fe
|
@ -133,7 +133,7 @@ pr_number=$(echo "$resp" | jq '.items[].number')
|
||||||
|
|
||||||
# comment on the PR with the build number to make it easy to re-run the job when
|
# comment on the PR with the build number to make it easy to re-run the job when
|
||||||
# cherry-pick labels are added in the future
|
# cherry-pick labels are added in the future
|
||||||
github_message=":cherries: Starting backport cherry picking.\n\nTo cherry-pick post-merge, add backport labels and re-run ${CIRCLE_BUILD_URL}."
|
github_message=":cherries: If backport labels were added before merging, cherry-picking will start automatically.\n\nTo retroactively trigger a backport after merging, add backport labels and re-run ${CIRCLE_BUILD_URL}."
|
||||||
curl -f -s -H "Authorization: token ${GITHUB_TOKEN}" \
|
curl -f -s -H "Authorization: token ${GITHUB_TOKEN}" \
|
||||||
-X POST \
|
-X POST \
|
||||||
-d "{ \"body\": \"${github_message}\"}" \
|
-d "{ \"body\": \"${github_message}\"}" \
|
||||||
|
|
Loading…
Reference in New Issue