Skip to content

Commit 625b425

Browse files
authored
Merge pull request Expensify#63386 from Expensify/Rory-LabelManualCPs
[No QA] Add CP labels to manual CP PRs
2 parents 087424f + b286271 commit 625b425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cherryPick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
gh pr create \
238238
--title "🍒 Cherry pick PR #${{ steps.getPRInfo.outputs.PR_NUMBER }} to ${{ inputs.TARGET }} 🍒" \
239239
--body "$PR_DESCRIPTION" \
240-
--label "Engineering,Hourly" \
240+
--label "Engineering,Hourly,${{ inputs.TARGET == 'staging' && 'CP Staging' || 'CP Production' }}" \
241241
--base "${{ inputs.TARGET }}"
242242
sleep 5
243243
env:

0 commit comments

Comments
 (0)