Skip to content

Commit 0c08bad

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Remove /cherry-pick from cherry picked prs (#43) (#44)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 6764fe3 commit 0c08bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/scripts/cherry-pick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ while IFS=/ read -r -u9 repo branch; do
4343
--base $branch \
4444
--labels automerge \
4545
--message "[cherry-pick] $(git show -s --format=%s)" \
46-
--message "$(git show -s --format=%b)" || true
46+
--message "$(git show -s --format=%b | sed --expression='/\/cherry-pick/d')" || true
4747
sleep 2
4848
done 9< <(git branch -r | grep release)

0 commit comments

Comments
 (0)