Skip to content

Commit

Permalink
update PR create function
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Nov 15, 2023
1 parent 8aa0dbc commit 4c7db1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/create-cherry-pick-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ gh pr create \
--draft \
--title "${PR_TITLE}" \
--body "${PR_BODY}" \
--head "${BASE_PR_BRANCH_NAME}"
--base "${BASE_PR_BRANCH_NAME}" \
--head "${PR_BRANCH_NAME}"

0 comments on commit 4c7db1a

Please sign in to comment.