Browse Source

chore: remove whitespace

pull/33369/head
afc163 3 years ago
parent
commit
e1a05c29e5
  1. 4
      .github/workflows/issue-open-check.yml
  2. 2
      .github/workflows/pr-open-check.yml
  3. 2
      .github/workflows/verify-files-modify.yml

4
.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

2
.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:

2
.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:

Loading…
Cancel
Save