-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from iLib-js/movewebosdist
Migrate `ilib-loctool-webos-dist` repo
- Loading branch information
Showing
7 changed files
with
934 additions
and
7 deletions.
There are no files selected for viewing
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
24 changes: 24 additions & 0 deletions
24
packages/ilib-loctool-webos-dist/.github/workflows/update-copyright-years.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Update copyright year(s) in license file | ||
|
||
on: | ||
schedule: | ||
- cron: "00 1 3 1 *" | ||
|
||
jobs: | ||
run: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: main | ||
fetch-depth: 0 | ||
- uses: FantasticFiasco/action-update-license-year@v2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
path: | | ||
README.md | ||
branchName: license/{{currentYear}} | ||
commitTitle: update license | ||
commitBody: Let's keep legal happy. | ||
prTitle: Update copyright years in README.md | ||
prBody: It's that time of the year, let's update the license. |
Oops, something went wrong.