File tree Expand file tree Collapse file tree 4 files changed +26
-109
lines changed Expand file tree Collapse file tree 4 files changed +26
-109
lines changed Original file line number Diff line number Diff line change 1+ header :
2+ license :
3+ spdx-id : Apache-2.0
4+ copyright-owner : Apache Software Foundation
5+
6+ paths :
7+ - ' **'
8+
9+ paths-ignore :
10+ - ' **/.gitignore'
11+ - ' .github/**'
12+ - ' LICENSE'
13+ - ' NOTICE'
14+
15+ comment : on-failure
Original file line number Diff line number Diff line change @@ -19,8 +19,15 @@ name: "Run License Check"
1919on : pull_request
2020
2121jobs :
22- rat :
23- runs-on : ubuntu-22.04
22+ license-check :
23+ name : " License Check"
24+ runs-on : ubuntu-latest
2425 steps :
25- - uses : actions/checkout@v3
26- - run : dev/check-license
26+ - name : Checkout repository
27+ uses : actions/checkout@v3
28+ - name : Check license header
29+ uses : apache/skywalking-eyes@main
30+ env :
31+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32+ with :
33+ config : .github/.licenserc.yaml
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments