ant-design/.github/workflows/verify-files-modify.yml

34 lines
1.4 KiB
YAML
Raw Normal View History

name: Verify Files modify
on:
pull_request_target:
2022-01-12 23:55:01 +08:00
types: [opened, synchronize]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: verify-version
uses: actions-cool/verify-files-modify@v1
with:
forbid-paths: '.github/, scripts/'
2021-06-18 19:30:22 +08:00
forbid-files: 'CHANGELOG.zh-CN.md, CHANGELOG.en-US.md, LICENSE'
skip-verify-authority: 'write'
2022-02-16 16:28:05 +08:00
assignees: 'afc163, zombieJ, xrkffgg, MadCcc'
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
2022-02-14 15:15:42 +08:00
set-failed: false
2021-12-21 16:53:57 +08:00
- name: verify-less
uses: actions-cool/verify-files-modify@v1
with:
forbid-files: 'components/style/themes/default.less'
skip-verify-authority: 'admin'
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.
🚨 你好,@${{ github.event.pull_request.user.login }}。感谢你的贡献,由于 `default.less` 文件近期处于升级状态,不建议进行更改。
close: false
set-failed: false