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 a254790 commit d87ea8dCopy full SHA for d87ea8d
.github/workflows/dependabot-automerge.yml
@@ -19,12 +19,6 @@ jobs:
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
21
22
- - name: Auto-approve Dependabot PR
23
- run: gh pr review --approve "$PR_URL"
24
- env:
25
- PR_URL: ${{ github.event.pull_request.html_url }}
26
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
-
28
- name: Enable auto-merge for Dependabot PR
29
run: gh pr merge --auto --squash "$PR_URL"
30
env:
0 commit comments