Skip to content

Commit 9dc9ab8

Browse files
authored
Update license-header.yml
1 parent 1cb6a9f commit 9dc9ab8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/license-header.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
# - name: Set up Go
15-
# uses: actions/setup-go@v4
16-
# with:
17-
# go-version: '1.21'
18-
# - name: Install addlicense
19-
# run: |
20-
# go install github.com/google/addlicense@latest
21-
# echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2214

23-
# - name: Add license headers
24-
# run: addlicense -v -c "Qubership" -l apache .
2515
- name: Fix License Header
2616
continue-on-error: true
2717
uses: apache/skywalking-eyes/header@v0.7.0
@@ -32,7 +22,7 @@ jobs:
3222
with:
3323
token: ${{ secrets.GITHUB_TOKEN }}
3424
commit-message: "chore: add license headers to source files"
35-
title: "chre: add license headers to source files"
25+
title: "chore: add license headers to source files"
3626
body: "This PR adds Apache license headers to all applicable source files."
3727
branch: add-license-headers
3828
base: main

0 commit comments

Comments
 (0)