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.
2 parents 251a670 + 923f18f commit 77d1e9fCopy full SHA for 77d1e9f
.github/workflows/pull-request.yml
@@ -91,7 +91,7 @@ jobs:
91
runs-on: ubuntu-latest
92
steps:
93
- name: verify dependabot commits
94
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
95
with:
96
script: |
97
const commits = await github.rest.pulls.listCommits({
@@ -114,7 +114,7 @@ jobs:
114
}
115
116
- name: Approve pull request
117
118
119
120
github.rest.pulls.createReview({
@@ -125,7 +125,7 @@ jobs:
125
})
126
127
- name: Merge pull request
128
129
130
131
github.rest.pulls.merge({
0 commit comments