From 79fcfeef94e5fd7c2410cd5afe4eb28dc489412d Mon Sep 17 00:00:00 2001 From: Owain van Brakel Date: Tue, 8 Oct 2019 04:53:51 +0200 Subject: [PATCH] actions: Merge --- .github/workflows/build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2fa7ff580..ba829df09e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 +