Skip to content

PT2

PT2 #54

Workflow file for this run

name: Add Licenses
on:
workflow_dispatch:
pull_request:
jobs:
license_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ github.token }}
- name: Apply Licenses
uses: wavefunction91/skywalking-eyes@feature/bsd3-lbl
with:
config: .github/.licenserc.yaml
mode: fix
- name: Push Licensed Files
uses: EndBug/add-and-commit@v4
with:
author_name: license[bot]
author_email: license[bot]@github.com
message: 'Committing license headers'
env:
GITHUB_TOKEN: ${{ github.token }}