Skip to content

Commit

Permalink
Add CI license check flow config file (#4294)
Browse files Browse the repository at this point in the history
close #4292
  • Loading branch information
yibin87 authored Mar 16, 2022
1 parent 0f23a02 commit 8fa861a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/licenserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
header:
license:
spdx-id: Apache-2.0
copyright-owner: PingCAP, Ltd.
paths-ignore:
- '.gitignore'
- '.gitattributes'
- '.gitmodules'
- '.clang-format'
- '.clang-tidy'
- 'Jenkinsfile'
- 'LICENSE'
- 'NOTICE'
- 'tiflash-architecture.png'
- 'contrib/'
- '.github/'
- 'docs/'
- 'tests/testsdata/'
- 'release-centos7-llvm/dockerfiles/'
- '**/.gitignore'
- '**/*.md'
- '**/*.json'
- '**/*.h.in'
- '**/*.cpp.in'
- '**/LICENSE.TXT'
- '**/cipher-file-256'
- '**/asan.suppression'
- '**/LICENSE.TXT'
- '**/LICENSE'
- '**/README'
- '**/COPYRIGHT'
- '**/NOTICE'
- 'dbms/src/IO/tests/limit_read_buffer.reference'
- 'dbms/src/IO/tests/DevicePixelRatio'

comment: on-failure

0 comments on commit 8fa861a

Please sign in to comment.