Skip to content

Commit

Permalink
Merge pull request #1683 from Expensify/Rory-isStagingDeployLocked
Browse files Browse the repository at this point in the history
Create isStagingDeployLocked action
  • Loading branch information
AndrewGable authored Mar 12, 2021
2 parents 32a30ce + 4412e1d commit 0a46e36
Show file tree
Hide file tree
Showing 7 changed files with 13,809 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .github/actions/isStagingDeployLocked/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Check if the StagingDeployCash is locked'
description: 'Checks if the open StagingDeployCash issue has the LockCashDeploys label'
inputs:
GITHUB_TOKEN:
description: Auth token for Expensify.cash Github
required: true
outputs:
IS_LOCKED:
description: Whether or not the open StagingDeployCash issue is locked.
runs:
using: 'node12'
main: 'index.js'
Loading

0 comments on commit 0a46e36

Please sign in to comment.