From 252d54f27b12d120b3e8332c3c532f6e54a423b3 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 27 May 2021 14:11:23 +0800 Subject: [PATCH] ci: update pr check merge (#30723) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 判断条件欠缺 --- .github/workflows/pr-check-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check-merge.yml b/.github/workflows/pr-check-merge.yml index 01c6c15db1..7eae404c5b 100644 --- a/.github/workflows/pr-check-merge.yml +++ b/.github/workflows/pr-check-merge.yml @@ -7,7 +7,7 @@ on: jobs: comment: runs-on: ubuntu-latest - if: github.event.pull_request.head.ref == 'feature' || github.event.pull_request.head.ref == 'master' + if: (github.event.pull_request.head.ref == 'feature' || github.event.pull_request.head.ref == 'master') && github.event.pull_request.head.user.login == 'ant-design' steps: - uses: actions-cool/issues-helper@v2.2.1 with: