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 141bdc9 + f62fe57 commit 91a4cefCopy full SHA for 91a4cef
.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@v2
+ uses: hmarr/auto-approve-action@v3
24
with:
25
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
0 commit comments