From 81f8f3cace06238b2d99a0bc80620fb5cb66c771 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Fri, 13 Nov 2020 17:14:47 -0500 Subject: [PATCH] ci: reword cherry-picker comment (#9192) --- .circleci/scripts/cherry-picker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/scripts/cherry-picker.sh b/.circleci/scripts/cherry-picker.sh index ae4e24b0fa..34bc7eb484 100755 --- a/.circleci/scripts/cherry-picker.sh +++ b/.circleci/scripts/cherry-picker.sh @@ -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 # 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}" \ -X POST \ -d "{ \"body\": \"${github_message}\"}" \