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 99e0d51 + b420df6 commit 1a7eac9Copy full SHA for 1a7eac9
.github/workflows/dependabot-auto-merge.yml
@@ -20,6 +20,6 @@ jobs:
20
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN }}
21
run: gh pr merge --auto --merge "$PR_URL"
22
- name: Auto approve dependabot PRs
23
- uses: hmarr/auto-approve-action@v3
+ uses: hmarr/auto-approve-action@v4
24
with:
25
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
0 commit comments