We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc69f42 commit 70b5195Copy full SHA for 70b5195
.github/workflows/auto-merge-on-demand.yml
@@ -30,7 +30,7 @@ jobs:
30
- id: get-pr-numbers
31
if: inputs.pr-number == '0'
32
name: Get all open PRs
33
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
34
with:
35
# !FIXME: this is not working if there is more than 100 PRs opened
36
script: |
0 commit comments