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.
This commit is contained in:
Claudia Meadows 2024-08-25 09:38:51 -07:00
parent 123ccc1d0d
commit 5351b9b973
No known key found for this signature in database
GPG key ID: C86B594396786760

View file

@ -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 }}