Skip to content

Commit e72fde5

Browse files
committed
Change to Skywalking
1 parent f78c879 commit e72fde5

File tree

4 files changed

+26
-109
lines changed

4 files changed

+26
-109
lines changed

.github/.licenserc.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

.github/workflows/license_check.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ name: "Run License Check"
1919
on: pull_request
2020

2121
jobs:
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

dev/check-license

Lines changed: 0 additions & 83 deletions
This file was deleted.

dev/rat_exclude_files.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)