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 ab75601 commit 18675d0Copy full SHA for 18675d0
.github/workflows/auto-approve-dependabot.yml
@@ -14,6 +14,6 @@ jobs:
14
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: hmarr/auto-approve-action@v2.2.1
+ - uses: hmarr/auto-approve-action@v2.4.0
18
with:
19
github-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments