Browse Source
ci: update version (#32563)
* Update pr-check-ci.yml
* Update verify-files-modify.yml
pull/32562/head
xrkffgg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
.github/workflows/pr-check-ci.yml
-
.github/workflows/verify-files-modify.yml
|
|
@ -9,7 +9,7 @@ jobs: |
|
|
|
pr-check-ci: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions-cool/check-pr-ci@v1.3.0 |
|
|
|
- uses: actions-cool/check-pr-ci@v1 |
|
|
|
with: |
|
|
|
filter-label: 'BranchAutoMerge' |
|
|
|
filter-creator-authority: 'write' |
|
|
|
|
|
@ -9,7 +9,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: verify-version |
|
|
|
uses: actions-cool/verify-files-modify@v1.2.2 |
|
|
|
uses: actions-cool/verify-files-modify@v1 |
|
|
|
with: |
|
|
|
forbid-paths: '.github/, scripts/' |
|
|
|
forbid-files: 'CHANGELOG.zh-CN.md, CHANGELOG.en-US.md, LICENSE' |
|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
close: true |
|
|
|
|
|
|
|
- name: verify-less |
|
|
|
uses: actions-cool/verify-files-modify@v1.2.2 |
|
|
|
uses: actions-cool/verify-files-modify@v1 |
|
|
|
with: |
|
|
|
forbid-files: 'components/style/themes/default.less' |
|
|
|
skip-verify-authority: 'admin' |
|
|
|