We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d4a04 commit 7e97d1cCopy full SHA for 7e97d1c
.github/workflows/auto-approve.yml
@@ -8,7 +8,7 @@ jobs:
8
auto-approve:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: hmarr/auto-approve-action@v3
+ - uses: hmarr/auto-approve-action@v4
12
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' || github.actor == 'github-actions[bot]' }}
13
with:
14
github-token: "${{ secrets.REVIEW_TOKEN }}"
0 commit comments