Skip to content

Commit

Permalink
Update cherry-pick PR template (#4447)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 authored Jun 26, 2023
1 parent 94e832f commit 17fb56e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions hack/cherry-pick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,6 @@ pull_title="Cherry-pick ${PULL_SUBJ}"
pull_body=$(cat <<EOF
**What this PR does / why we need it**:
Cherry pick of ${PULL_SUBJ}.
**Which issue(s) this PR fixes**:
Fixes #
**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
-->
\`\`\`release-note
\`\`\`
EOF
)
gh pr create --title="${pull_title}" --body="${pull_body}" --head "${NEWBRANCH}" --base "${BRANCH}"
Expand Down

0 comments on commit 17fb56e

Please sign in to comment.