We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45db5e7 commit 776525fCopy full SHA for 776525f
hack/cherry_pick_pull.sh
@@ -131,12 +131,13 @@ function make-a-pr() {
131
# when we shove the heredoc at hub directly, tickling the ioctl
132
# crash.
133
prtext="$(mktemp -t prtext.XXXX)" # cleaned in return_to_kansas
134
+ local numandtitle=$(printf '%s\n' "${SUBJECTS[@]}")
135
cat >"${prtext}" <<EOF
-Automated cherry pick of ${PULLSUBJ}
136
+Automated cherry pick of ${numandtitle}
137
138
Cherry pick of ${PULLSUBJ} on ${rel}.
139
-$(printf '%s\n' "${SUBJECTS[@]}")
140
+${numandtitle}
141
EOF
142
143
hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "kubernetes:${rel}"
0 commit comments