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 662668d + f5926cd commit b15c196Copy full SHA for b15c196
.github/workflows/autoApproveDependabot.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
# Default github action approve
11
- - uses: hmarr/auto-approve-action@v3.0.0
+ - uses: hmarr/auto-approve-action@v3.1.0
12
if: github.ref == 'refs/heads/master' &&
13
(github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]')
14
with:
0 commit comments