Skip to content

licenses

licenses #4

Workflow file for this run

name: licenses
on:
schedule:
- cron: '0 0 1 1 *'
workflow_dispatch:
jobs:
years:
timeout-minutes: 11
runs-on: ubuntu-latest
name: copyright year(s)
steps:
- uses: actions/checkout@v2.5.0
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: '**/LICENSE'
commitTitle: Update copyright year in LICENSE file(s)
commitAuthorName: creativecreatorormaybenot
commitAuthorEmail: creativecreatorormaybenot@gmail.com
prTitle: Update copyright year in LICENSE file(s)
prBody: New Year is here and we want to keep up with time :)
assignees: creativecreatorormaybenot