Setup mark installation (#1)
This commit is contained in:
30
.github/workflows/update-license.yml
vendored
Normal file
30
.github/workflows/update-license.yml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: Update license
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
schedule:
|
||||
- cron: "0 5 1 1 *"
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout ${{ github.repository }}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Update LICENSE file
|
||||
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)
|
||||
Reference in New Issue
Block a user