From 8ac416e28228140b873fb5d852720996fcf4aeec Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 9 Jan 2020 18:31:54 -0800 Subject: [PATCH] Create automerge action --- .github/workflows/automerge.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/automerge.yml diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml new file mode 100644 index 0000000..a645a00 --- /dev/null +++ b/.github/workflows/automerge.yml @@ -0,0 +1,25 @@ +name: automerge +on: + pull_request: + types: + - labeled + - unlabeled + - synchronize + - opened + - edited + - ready_for_review + - reopened + - unlocked + pull_request_review: + types: + - submitted + status: {} +jobs: + automerge: + runs-on: ubuntu-latest + steps: + - name: automerge + uses: "pascalgn/automerge-action@2c8e667a3386187418587517e5bfe33470d19b5b" + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + MERGE_LABELS: ""