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) => { 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) => {