mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
ci: up version (#35067)
* ci: up version * Update verify-files-modify.yml
This commit is contained in:
parent
1c8e499f9c
commit
ee78417b60
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: analysis
|
- name: analysis
|
||||||
uses: actions-cool/issues-similarity-analysis@v1.1.0
|
uses: actions-cool/issues-similarity-analysis@v1
|
||||||
with:
|
with:
|
||||||
filter-threshold: 0.5
|
filter-threshold: 0.5
|
||||||
title-excludes: ''
|
title-excludes: ''
|
||||||
|
2
.github/workflows/verify-files-modify.yml
vendored
2
.github/workflows/verify-files-modify.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
forbid-files: 'CHANGELOG.zh-CN.md, CHANGELOG.en-US.md, LICENSE'
|
forbid-files: 'CHANGELOG.zh-CN.md, CHANGELOG.en-US.md, LICENSE'
|
||||||
skip-verify-authority: 'write'
|
skip-verify-authority: 'write'
|
||||||
assignees: 'afc163, zombieJ, xrkffgg, MadCcc'
|
assignees: 'afc163, zombieJ, xrkffgg, MadCcc'
|
||||||
|
comment-mark: 'version'
|
||||||
comment: |
|
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.
|
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
|
close: true
|
||||||
@ -30,6 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
forbid-files: 'components/style/themes/default.less'
|
forbid-files: 'components/style/themes/default.less'
|
||||||
skip-verify-authority: 'admin'
|
skip-verify-authority: 'admin'
|
||||||
|
comment-mark: 'less'
|
||||||
comment: |
|
comment: |
|
||||||
🚨 Hi @${{ github.event.pull_request.user.login }}. Thanks for your contribution, as the `default.less` file is currently being upgraded, changes are not recommended.
|
🚨 Hi @${{ github.event.pull_request.user.login }}. Thanks for your contribution, as the `default.less` file is currently being upgraded, changes are not recommended.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user