Skip to content

Commit

Permalink
[cherry-pick] Remove /cherry-pick from cherry picked prs (#43) (#48)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: Tamal Saha <[email protected]>

Co-authored-by: Tamal Saha <[email protected]>
  • Loading branch information
1gtm and tamalsaha authored Jun 16, 2020
1 parent 6743dbe commit 6edaf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scripts/cherry-pick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ while IFS=/ read -r -u9 repo branch; do
--base $branch \
--labels automerge \
--message "[cherry-pick] $(git show -s --format=%s)" \
--message "$(git show -s --format=%b)" || true
--message "$(git show -s --format=%b | sed --expression='/\/cherry-pick/d')" || true
sleep 2
done 9< <(git branch -r | grep release)

0 comments on commit 6edaf36

Please sign in to comment.