Removed broken auto-merge workflow action

This commit is contained in:
James Mills 2020-01-28 22:22:11 +10:00
parent f02e3d6763
commit 14c9d111f0
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
2 changed files with 0 additions and 37 deletions

@ -1,26 +0,0 @@
name: Auto merge Dependabot updates
on:
check_suite:
types:
- completed
pull_request:
types:
- edited
- labeled
- opened
- ready_for_review
- reopened
- synchronize
- unlabeled
- unlocked
jobs:
auto-merge:
name: Auto merge
runs-on: ubuntu-latest
steps:
- name: Auto merge
uses: ridedott/dependabot-auto-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -20,14 +20,3 @@ jobs:
run: go build -v .
- name: Test
run: go test -v -race .
auto-merge:
name: Auto merge
runs-on: ubuntu-latest
needs:
- test
steps:
- name: Auto merge
uses: ridedott/dependabot-auto-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}