actions: Remove merge
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -70,19 +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: Integration check
|
|
||||||
if: github.event_name == 'pull_request' && github.actor == 'OpenOSRS'
|
|
||||||
uses: squalrus/merge-bot@v0.2.0
|
|
||||||
with:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
reviewers: false
|
|
||||||
labels: automated pull request
|
|
||||||
method: merge
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user