diff --git a/.github/workflows/auto-merge-on-demand.yml b/.github/workflows/auto-merge-on-demand.yml index e2e043fe..59a9562f 100644 --- a/.github/workflows/auto-merge-on-demand.yml +++ b/.github/workflows/auto-merge-on-demand.yml @@ -30,7 +30,7 @@ jobs: - id: get-pr-numbers if: inputs.pr-number == '0' name: Get all open PRs - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: # !FIXME: this is not working if there is more than 100 PRs opened script: |