actions: Remove broken actions
This commit is contained in:
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@@ -70,27 +70,3 @@ jobs:
|
|||||||
uses: hmarr/auto-approve-action@master
|
uses: hmarr/auto-approve-action@master
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
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 }}"
|
|
||||||
Reference in New Issue
Block a user