ant-design/.github/workflows/verify-files-modify.yml
xrkffgg 8633d9b0e4
ci: update verify files check
ignore empty files
2021-03-12 18:00:41 +08:00

20 lines
701 B
YAML

name: Verify Files modify
on:
pull_request_target:
types: [opened, edited, reopened, synchronize, ready_for_review]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: verify-version
uses: actions-cool/verify-files-modify@v1.1.1
with:
forbid-paths: '.github/, scripts/'
skip-verify-authority: 'write'
assignees: 'afc163, zombieJ, yesmeck, shaodahong, xrkffgg'
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 team members will help on this.
close: true