Skip to content

Commit 2c5b83c

Browse files
authored
Adding CODEOWNERS exception for license check (#141)
Exception added Config moved to .github folder
1 parent c037415 commit 2c5b83c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.licenserc.yaml renamed to .github/.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ header:
4444
- 'LICENSE'
4545
- 'THIRD-PARTY-PROGRAMS'
4646
- '.github/renovate.json'
47+
- '.github/CODEOWNERS'
4748
- 'cmake/mkl_functions'
4849
- 'cmake/patches/tomlplusplus_v330.patch'
4950
- 'docker/x86_64/manylinux2014/oneAPI.repo'

.github/workflows/skywalking-eyes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: "Run check"
3939
uses: apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0
4040
with:
41+
config: ".github/.licenserc.yaml"
4142
mode: "check"

0 commit comments

Comments
 (0)