Skip to content

Commit

Permalink
Create update-license-year.yaml (#118)
Browse files Browse the repository at this point in the history
* Create update-license-year.yaml

* Create brown-suits-rest.md

* Update .github/workflows/update-license-year.yaml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kamiazya and coderabbitai[bot] authored Feb 6, 2024
1 parent 30ab2e8 commit 3df7386
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-suits-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-csv-toolbox": patch
---

Create update-license-year.yaml
15 changes: 15 additions & 0 deletions .github/workflows/update-license-year.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update copyright year(s) in license file

on:
schedule:
- cron: '0 3 1 1 *' # 03:00 AM on January 1
workflow_dispatch:
jobs:
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3df7386

Please sign in to comment.