File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments