.github/workflows/auto-approve.yml in jackhammer-1.5.0 vs .github/workflows/auto-approve.yml in jackhammer-1.5.1
- old
+ new
@@ -8,9 +8,9 @@
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- - uses: hmarr/auto-approve-action@v2.0.0
+ - uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"