Skip to content

Commit

Permalink
Merge pull request #4798 from Expensify/Rory-AddCPsToDeployChecklist
Browse files Browse the repository at this point in the history
Update StagingDeployCash for manual cherry-picks
  • Loading branch information
tgolen authored Aug 24, 2021
2 parents c005aac + dc444a3 commit e420c83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
PULL_REQUEST: ${{ steps.createPullRequest.outputs.pr_number }}

# Note: we only run this action if the PR was manually CP'd. Otherwise, the deploy checklist is updated from preDeploy.yml
- name: Update StagingDeployCash
if: ${{ github.actor != 'OSBotify' }}
uses: Expensify/App/.github/actions/createOrUpdateStagingDeploy@main
with:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
NPM_VERSION: ${{ env.NEW_VERSION }}

0 comments on commit e420c83

Please sign in to comment.