actions: Merge

This commit is contained in:
Owain van Brakel
2019-10-08 04:53:51 +02:00
committed by GitHub
parent 7640c9c6fa
commit 79fcfeef94

View File

@@ -70,3 +70,19 @@ jobs:
uses: hmarr/auto-approve-action@master
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge:
name: Merge
needs: approve
runs-on: ubuntu-latest
steps:
- name: Integration check
if: github.actor == 'OpenOSRS'
uses: squalrus/merge-bot@v0.2.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: false
labels: automated pull request
method: merge