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 2650dac commit afe27acCopy full SHA for afe27ac
1 file changed
.github/workflows/auto-approve.yml
@@ -11,7 +11,7 @@ jobs:
11
pull-requests: write
12
13
steps:
14
- - uses: hmarr/auto-approve-action@v2
+ - uses: hmarr/auto-approve-action@9ae347e9f84a25da76c915a406cb17cfece1716d # v2.4.0
15
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renovate[bot]'
16
with:
17
github-token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments