License #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Update license | |
on: | |
schedule: | |
- cron: '0 5 1 1 *' | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: FantasticFiasco/action-update-license-year@v3 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
assignees: ${{ github.repository_owner }} | |
labels: enhancement | |
prTitle: Update license copyright year to {{currentYear}} | |
prBody: | | |
## Changelog | |
- Update license copyright year to {{currentYear}} | |
--- | |
Powered by [FantasticFiasco/action-update-license-year](https://github.com/FantasticFiasco/action-update-license-year) |