From fd74cc14f5396177c7e7e5168cf5e6343d8b25f0 Mon Sep 17 00:00:00 2001 From: toastie_t0ast Date: Sun, 23 Jun 2024 05:17:53 -0700 Subject: [PATCH] Delete .github/workflows/auto-approve.yml --- .github/workflows/auto-approve.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/auto-approve.yml diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml deleted file mode 100644 index a1bb62f..0000000 --- a/.github/workflows/auto-approve.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Auto approve - -on: pull_request - -permissions: - contents: read - -jobs: - auto-approve: - - name: Auto approve Pull Request - runs-on: ubuntu-latest - - # for hmarr/auto-approve-action to approve PRs - permissions: - pull-requests: write - - # Only run this on the main repo - if: github.event.pull_request.head.repo.full_name == 'EmotionChild/SupportChild' - - steps: - - name: Approve via actions - uses: hmarr/auto-approve-action@v2.2.1 - if: github.actor == 'EmotionChild' || github.actor == 'dependabot[bot]' - with: - github-token: "${{ secrets.GITHUB_TOKEN }}"