actions: merge

This commit is contained in:
Owain van Brakel
2019-11-02 12:01:58 +01:00
parent ca63f494e2
commit 856e37bec4
4 changed files with 24 additions and 15 deletions

20
.github/workflows/merge.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: OpenOSRS - Auto merge
on:
pull_request_review:
types:
- submitted
jobs:
automerge:
name: Auto merge
runs-on: ubuntu-latest
steps:
- name: automerge
uses: pascalgn/automerge-action@f84dd310ea4a19890c70a4ff11ab282a872fb94b
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_FORKS: false
LABELS: automated-pull-request
AUTOMERGE: automated-pull-request