From 9f5a832235ee46e1f93a17833735694848782b0f Mon Sep 17 00:00:00 2001 From: zombiej Date: Tue, 8 Dec 2020 14:28:41 +0800 Subject: [PATCH] chore: Fix ci labeled-merge --- .github/workflows/label-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-merge.yml b/.github/workflows/label-merge.yml index a758fce08b..1df037afbb 100644 --- a/.github/workflows/label-merge.yml +++ b/.github/workflows/label-merge.yml @@ -9,11 +9,11 @@ jobs: if: github.event.label.name == 'BranchAutoMerge' && github.event.pull_request.head.repo.full_name == 'ant-design/ant-design' && (github.event.pull_request.head.ref == 'master' || github.event.pull_request.head.ref == 'feature') steps: - name: Auto Approve - uses: zombieJ/automerge-action@0.0.2 + uses: "hmarr/auto-approve-action@v2.0.0" with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Auto Merge - uses: "pascalgn/automerge-action@v0.12.0" + uses: "zombieJ/automerge-action@0.0.2" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: "BranchAutoMerge"