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 499acab commit 1ef63a8Copy full SHA for 1ef63a8
.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@v2
+ - uses: hmarr/auto-approve-action@v3
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