update(examples): optimize the user experience of expanding and colla… #36
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
forbid-paths: '.github/, build/' | |
skip-verify-authority: 'write' | |
assignees: 'huangshuwei' | |
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 |