Skip to content

Commit

Permalink
Update create-cherry-pick-pr.sh to auto add label
Browse files Browse the repository at this point in the history
Auto add 'rc-cherry-picked' label to PRs cherry-picked
  • Loading branch information
chrisleewilcox authored Jun 26, 2024
1 parent 3d0a23f commit 3d3fe66
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 @@ -30,4 +30,5 @@ gh pr create \
--title "${PR_TITLE}" \
--body "${PR_BODY}" \
--head "${PR_BRANCH_NAME}" \
--base "${BASE_PR_BRANCH_NAME}"
--base "${BASE_PR_BRANCH_NAME}" \
--label "rc-cherry-picked"

0 comments on commit 3d3fe66

Please sign in to comment.