Files
freeCodeCamp/.github/workflows/update-license.yaml
renovate[bot] 904846476f chore(deps): update actions/checkout digest to f43a0e5 (#51377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-26 15:17:29 +05:30

25 lines
717 B
YAML

name: Update copyright year(s) in license file
on:
workflow_dispatch:
schedule:
- cron: '0 3 1 1 *'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@26ffac173f956c25f7467aa8e6f750eed24a1b7a # v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: |
README.md
LICENSE
commitTitle: 'docs: update copyright years'
prTitle: 'docs: update copyright years'
prBody: It's that time of the year, let's update the license
labels: 'status: waiting review'