We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6764fe3 commit 0c08badCopy full SHA for 0c08bad
hack/scripts/cherry-pick.sh
@@ -43,6 +43,6 @@ while IFS=/ read -r -u9 repo branch; do
43
--base $branch \
44
--labels automerge \
45
--message "[cherry-pick] $(git show -s --format=%s)" \
46
- --message "$(git show -s --format=%b)" || true
+ --message "$(git show -s --format=%b | sed --expression='/\/cherry-pick/d')" || true
47
sleep 2
48
done 9< <(git branch -r | grep release)
0 commit comments