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 a5e6480 commit bfadc7dCopy full SHA for bfadc7d
.github/workflows/auto-merge.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: '22'
25
26
- name: Wait for all checks to pass
27
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
28
with:
29
script: |
30
const pr = context.payload.pull_request;
@@ -38,7 +38,7 @@ jobs:
38
}
39
40
- name: Merge the pull request
41
42
43
44
await github.pulls.merge({
0 commit comments