Skip to content

Update copyright year(s) in LICENSE #2

Update copyright year(s) in LICENSE

Update copyright year(s) in LICENSE #2

name: Update copyright year(s) in LICENSE
on:
workflow_dispatch:
schedule:
- cron: '0 3 1 1 *' # 03:00 AM on January 1
jobs:
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commitTitle: 'Meta: Update LICENSE'
prTitle: 'Meta: Update LICENSE copyright'
labels: 'documentation'