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:
parent
123ccc1d0d
commit
5351b9b973
1 changed files with 0 additions and 16 deletions
16
.github/workflows/auto-merge.yml
vendored
16
.github/workflows/auto-merge.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue