From a4f7f3d8388df311ded52b7d52f07fc51c6e5eb5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 14 May 2020 07:15:56 +0200 Subject: [PATCH] Fix automerge --- .github/workflows/automerge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 702f8e0..036cd5c 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -3,9 +3,11 @@ name: automerge on: pull_request: types: + - labeled - reopened - unlocked - unlabeled + - synchronize pull_request_review: types: - submitted @@ -24,6 +26,7 @@ jobs: uses: pascalgn/automerge-action@v0.8.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + MERGE_LABELS: MERGE_METHOD: squash MERGE_COMMIT_MESSAGE: automatic -