actions: Remove broken actions

This commit is contained in:
Owain van Brakel
2019-10-04 02:56:42 +02:00
committed by GitHub
parent ea0c8d6a3a
commit beb12f0d60

View File

@@ -70,27 +70,3 @@ jobs:
uses: hmarr/auto-approve-action@master
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge:
name: Merge
needs: approve
runs-on: ubuntu-latest
steps:
- name: Merge pull request
if: github.event_name == 'pull_request' && github.actor == 'OpenOSRS'
uses: managedkaos/merge-pull-request@master
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
cleanup:
name: Cleanup
needs: merge
runs-on: ubuntu-latest
steps:
- name: Remove merged branch
if: github.event_name == 'pull_request' && github.actor == 'OpenOSRS'
uses: jessfraz/branch-cleanup-action@master
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"