-
-
Notifications
You must be signed in to change notification settings - Fork 6
27 lines (24 loc) · 744 Bytes
/
licenses.yml
File metadata and controls
27 lines (24 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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