From beb12f0d600b97833e23af91318d1e6e05336d4e Mon Sep 17 00:00:00 2001 From: Owain van Brakel Date: Fri, 4 Oct 2019 02:56:42 +0200 Subject: [PATCH] actions: Remove broken actions --- .github/workflows/build.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 771197356c..d2fa7ff580 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}" \ No newline at end of file