From 438c90790d146535ed02420bda37dba08b6d5477 Mon Sep 17 00:00:00 2001 From: Rory Abraham Date: Thu, 17 Jun 2021 10:48:31 -0700 Subject: [PATCH 1/2] Fetch StagingDeployCash issues in all states --- .../createOrUpdateStagingDeploy/createOrUpdateStagingDeploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/createOrUpdateStagingDeploy/createOrUpdateStagingDeploy.js b/.github/actions/createOrUpdateStagingDeploy/createOrUpdateStagingDeploy.js index 9d86f098a168..5484a14c2f0b 100644 --- a/.github/actions/createOrUpdateStagingDeploy/createOrUpdateStagingDeploy.js +++ b/.github/actions/createOrUpdateStagingDeploy/createOrUpdateStagingDeploy.js @@ -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) => { From 16305ba052ff6ea89c7673a179edca4df4afd315 Mon Sep 17 00:00:00 2001 From: Rory Abraham Date: Thu, 17 Jun 2021 10:51:28 -0700 Subject: [PATCH 2/2] Rebuild GH actions --- .github/actions/createOrUpdateStagingDeploy/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/createOrUpdateStagingDeploy/index.js b/.github/actions/createOrUpdateStagingDeploy/index.js index 24b2023e8ebf..2c1fc3d73568 100644 --- a/.github/actions/createOrUpdateStagingDeploy/index.js +++ b/.github/actions/createOrUpdateStagingDeploy/index.js @@ -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) => {