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
parent
commit
4a62d1a354
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pr-check-ci.yml
  2. 4
      .github/workflows/verify-files-modify.yml

2
.github/workflows/pr-check-ci.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'

4
.github/workflows/verify-files-modify.yml

@ -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'

Loading…
Cancel
Save