Skip to content

Commit 7b7f064

Browse files
authored
[Hotfix][ci] Fix github ci License header error (apache#7738)
1 parent 837fed3 commit 7b7f064

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
submodules: true
3636
- name: Check license header
37-
uses: apache/skywalking-eyes@985866ce7e324454f61e22eb2db2e998db09d6f3
37+
uses: apache/skywalking-eyes@v0.5.0
3838

3939
code-style:
4040
name: Code style

.licenserc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ header:
3737
- '**/*.iml'
3838
- '**/*.ini'
3939
- '**/*.svg'
40+
- '**/*.txt'
4041
- '**/.gitignore'
4142
- '**/LICENSE'
4243
- '**/NOTICE'

0 commit comments

Comments
 (0)