Skip to content

Commit e420c83

Browse files
authored
Merge pull request #4798 from Expensify/Rory-AddCPsToDeployChecklist
Update StagingDeployCash for manual cherry-picks
2 parents c005aac + dc444a3 commit e420c83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cherryPick.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,11 @@ jobs:
179179
env:
180180
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
181181
PULL_REQUEST: ${{ steps.createPullRequest.outputs.pr_number }}
182+
183+
# Note: we only run this action if the PR was manually CP'd. Otherwise, the deploy checklist is updated from preDeploy.yml
184+
- name: Update StagingDeployCash
185+
if: ${{ github.actor != 'OSBotify' }}
186+
uses: Expensify/App/.github/actions/createOrUpdateStagingDeploy@main
187+
with:
188+
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
189+
NPM_VERSION: ${{ env.NEW_VERSION }}

0 commit comments

Comments
 (0)