We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee89b59 + 7052c09 commit b954d8fCopy full SHA for b954d8f
1 file changed
.github/workflows/auto-approve-and-merge.yml
@@ -11,7 +11,7 @@ jobs:
11
if: ${{ github.actor == 'dependabot[bot]' }}
12
steps:
13
- name: Approve PR
14
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
15
with:
16
github-token: ${{secrets.GITHUB_TOKEN}}
17
script: |
0 commit comments