Skip to content

Commit d87ea8d

Browse files
committed
fix(ci): remove PR approval step from dependabot automerge - stan
1 parent a254790 commit d87ea8d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121

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-
2822
- name: Enable auto-merge for Dependabot PR
2923
run: gh pr merge --auto --squash "$PR_URL"
3024
env:

0 commit comments

Comments
 (0)