From 776525f5725f0c88338b6e5a1c5c033a2aa75b42 Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Mon, 13 Nov 2017 17:15:55 +0800 Subject: [PATCH] Add parent PR title to cherry-picked PR title --- hack/cherry_pick_pull.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/cherry_pick_pull.sh b/hack/cherry_pick_pull.sh index 1a909302d47..3dab5a4947f 100755 --- a/hack/cherry_pick_pull.sh +++ b/hack/cherry_pick_pull.sh @@ -131,12 +131,13 @@ function make-a-pr() { # when we shove the heredoc at hub directly, tickling the ioctl # crash. prtext="$(mktemp -t prtext.XXXX)" # cleaned in return_to_kansas + local numandtitle=$(printf '%s\n' "${SUBJECTS[@]}") cat >"${prtext}" <