From 6f5f271f192d20a67509476147a72b70fd6ea615 Mon Sep 17 00:00:00 2001 From: mxsm Date: Fri, 14 Jun 2024 20:34:50 +0800 Subject: [PATCH] =?UTF-8?q?[ISSUE=20#547]=F0=9F=94=A7Update=20automerge.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/automerge.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index ff65a9c5..e1acbf0a 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -14,8 +14,7 @@ jobs: uses: "pascalgn/automerge-action@v0.16.3" env: GITHUB_TOKEN: "${{ secrets.PAT_TOKEN }}" - MERGE_LABELS: "auto merge" - MERGE_REMOVE_LABELS: "auto merge" + MERGE_LABELS: "approved,auto merge" MERGE_METHOD: "squash" MERGE_COMMIT_MESSAGE: "๐Ÿš€This PR has been automatically merged with squash.๐ŸŽ‰" MERGE_FORKS: "false"