fix(ci): remove PR approval step from dependabot automerge - stan

This commit is contained in:
Stan
2026-03-06 06:42:27 +00:00
parent a254790cc7
commit d87ea8db56

View File

@@ -19,12 +19,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Auto-approve Dependabot PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for Dependabot PR
run: gh pr merge --auto --squash "$PR_URL"
env: