From 97666754f6154fc32538975440f80c529327a434 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Sun, 25 Aug 2024 09:38:51 -0700 Subject: [PATCH] Delete .github/workflows/auto-merge.yml It's not working, and we don't have enough dependencies to make the automation worth the maintenance effort. Between that and a vulnerability, I'm tossing this for now. --- .github/workflows/auto-merge.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/auto-merge.yml diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml deleted file mode 100644 index 6708adcea..000000000 --- a/.github/workflows/auto-merge.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: auto-merge - -on: - pull_request_target: - branches: [ next ] - -jobs: - auto-merge: - runs-on: ubuntu-latest - if: github.actor == 'dependabot[bot]' - steps: - - uses: actions/checkout@v3 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 - with: - target: patch - github-token: ${{ secrets.GITHUB_TOKEN }}