From fb70c53dec74c37ea920046cfa2550aa16bc3be3 Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:17:17 +0100 Subject: [PATCH] fix: ESLint --- .github/workflows/dependabot-automerge.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 3e04dc11..5b952aed 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -20,6 +20,3 @@ jobs: env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - name: Auto-approve Dependabot PRs - uses: hmarr/auto-approve-action@v3 -