mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 04:53:11 +08:00
ci: update verify files modify (#29357)
This commit is contained in:
parent
cd402dfe41
commit
2e0915e70f
5
.github/workflows/verify-files-modify.yml
vendored
5
.github/workflows/verify-files-modify.yml
vendored
@ -9,10 +9,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: verify-version
|
- name: verify-version
|
||||||
uses: actions-cool/verify-files-modify@v1.0.0
|
uses: actions-cool/verify-files-modify@v1.1.0
|
||||||
with:
|
with:
|
||||||
forbid-paths: '.github/, scripts/'
|
forbid-paths: '.github/, scripts/'
|
||||||
skip-verify-authority: 'write'
|
skip-verify-authority: 'write'
|
||||||
|
assignees: 'afc163, zombieJ, yesmeck, shaodahong, xrkffgg'
|
||||||
comment: |
|
comment: |
|
||||||
Hi @${{ github.event.pull_request.user.login }}. Thanks for your contribution. The path `.github/` or `scripts/` is only maintained by team members. This current PR will be closed and @ant-design/ant-design-collaborator will help on this.
|
Hi @${{ github.event.pull_request.user.login }}. Thanks for your contribution. The path `.github/` or `scripts/` is only maintained by team members. This current PR will be closed and team members will help on this.
|
||||||
close: true
|
close: true
|
||||||
|
Loading…
Reference in New Issue
Block a user