Skip to content

Commit

Permalink
Merge pull request #3647 from Expensify/Rory-FixStagingDeployCash
Browse files Browse the repository at this point in the history
[No QA] Fetch StagingDeployCash issues in all states
  • Loading branch information
roryabraham authored Jun 17, 2021
2 parents 3e1a116 + 16305ba commit 9ccfeba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ const run = function () {
owner: GithubUtils.GITHUB_OWNER,
repo: GithubUtils.EXPENSIFY_CASH_REPO,
labels: GithubUtils.STAGING_DEPLOY_CASH_LABEL,
state: 'all',
}),
GithubUtils.octokit.issues.listForRepo({
log: console,
owner: GithubUtils.GITHUB_OWNER,
repo: GithubUtils.EXPENSIFY_CASH_REPO,
labels: GithubUtils.DEPLOY_BLOCKER_CASH_LABEL,
state: 'open',
}),
])
.then((results) => {
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/createOrUpdateStagingDeploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ const run = function () {
owner: GithubUtils.GITHUB_OWNER,
repo: GithubUtils.EXPENSIFY_CASH_REPO,
labels: GithubUtils.STAGING_DEPLOY_CASH_LABEL,
state: 'all',
}),
GithubUtils.octokit.issues.listForRepo({
log: console,
owner: GithubUtils.GITHUB_OWNER,
repo: GithubUtils.EXPENSIFY_CASH_REPO,
labels: GithubUtils.DEPLOY_BLOCKER_CASH_LABEL,
state: 'open',
}),
])
.then((results) => {
Expand Down

0 comments on commit 9ccfeba

Please sign in to comment.