From d87ea8db563587cc76c93aa02b2a5ccae97b2e95 Mon Sep 17 00:00:00 2001 From: Stan Date: Fri, 6 Mar 2026 06:42:27 +0000 Subject: [PATCH] fix(ci): remove PR approval step from dependabot automerge - stan --- .github/workflows/dependabot-automerge.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 43c70fc..1332aba 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -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: