diff --git a/.github/workflows/finishReleaseCycle.yml b/.github/workflows/finishReleaseCycle.yml index 3f99bddad79e..447e96f16756 100644 --- a/.github/workflows/finishReleaseCycle.yml +++ b/.github/workflows/finishReleaseCycle.yml @@ -88,11 +88,12 @@ jobs: steps: - run: | gh issue list \ + --repo 'Expensify/App' \ --state all \ --label DeployBlockerCash \ --json number \ --jq '.[].number' \ - | xargs -L1 --max-procs=4 gh issue edit "$1" --remove-label DeployBlockerCash + | xargs -L1 --max-procs=4 gh issue edit "$1" --repo 'Expensify/App' --remove-label DeployBlockerCash env: GITHUB_TOKEN: ${{ github.token }}