From e1a05c29e54a68ceef05ed5f4417c063deedbf10 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 21 Dec 2021 16:53:57 +0800 Subject: [PATCH] chore: remove whitespace --- .github/workflows/issue-open-check.yml | 4 ++-- .github/workflows/pr-open-check.yml | 2 +- .github/workflows/verify-files-modify.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue-open-check.yml b/.github/workflows/issue-open-check.yml index 15668b3632..1eb22f59fb 100644 --- a/.github/workflows/issue-open-check.yml +++ b/.github/workflows/issue-open-check.yml @@ -15,7 +15,7 @@ jobs: check-bot: true - name: check invalid - if: (contains(github.event.issue.body, 'ant-design-issue-helper') == false) && (steps.checkUser.outputs.result == 'false') + if: (contains(github.event.issue.body, 'ant-design-issue-helper') == false) && (steps.checkUser.outputs.result == 'false') uses: actions-cool/issues-helper@v2 with: actions: 'create-comment,add-labels,close-issue' @@ -32,7 +32,7 @@ jobs: with: actions: 'check-issue' issue-number: ${{ github.event.issue.number }} - # 格式如:'x1,x2' or 'x1,x2/y1,y2' 最多支持 2 个数组 + # 格式如:'x1,x2' or 'x1,x2/y1,y2' 最多支持 2 个数组 title-includes: '官网,网站,国内,镜像,mobile ant design,mobile.ant.design,ant design,ant design pro,pro.ant.design/挂了,挂掉了,无法访问,不能访问,访问不了,出问题,打不开,登不上,can not open,cannot open,can not be reached' - name: deal website diff --git a/.github/workflows/pr-open-check.yml b/.github/workflows/pr-open-check.yml index e7f0fa04e5..6dfdb39ff2 100644 --- a/.github/workflows/pr-open-check.yml +++ b/.github/workflows/pr-open-check.yml @@ -15,7 +15,7 @@ jobs: comment: | Hi @${{ github.event.pull_request.user.login }}. The issue mentioned in this PR needs to be confirmed with the designer or core team. This PR is temporarily not accepted. Thank you again for your contribution! 😊 - 你好 @${{ github.event.pull_request.user.login }}。这个 PR 提及的 issue 需要和设计师或核心团队进行确认,暂时不接受 PR,再次感谢你的贡献!😊 + 你好 @${{ github.event.pull_request.user.login }}。这个 PR 提及的 issue 需要和设计师或核心团队进行确认,暂时不接受 PR,再次感谢你的贡献!😊 close: true check-changelog: diff --git a/.github/workflows/verify-files-modify.yml b/.github/workflows/verify-files-modify.yml index 6373559a22..ba06cf3b1d 100644 --- a/.github/workflows/verify-files-modify.yml +++ b/.github/workflows/verify-files-modify.yml @@ -18,7 +18,7 @@ jobs: comment: | Hi @${{ github.event.pull_request.user.login }}. Thanks for your contribution. The path `.github/` or `scripts/` and `CHANGELOG` `package.json` is only maintained by team members. This current PR will be closed and team members will help on this. close: true - + - name: verify-less uses: actions-cool/verify-files-modify@v1 with: