Skip to content

year

year #8

Workflow file for this run

name: year
on:
schedule:
- cron: '0 1 21 * *' # Runs at 01:00 UTC on the 22nd of every month
jobs:
license:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
with:
token: ${{ secrets.TOKEN_GH }}
path: | #add new path with glob pattern https://www.npmjs.com/package/glob
**/^((?!.yaml).)*$
commitTitle: "update license year"