Skip to content

Commit

Permalink
Add GitHub workflow to update copyright year in license file (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya authored Jun 13, 2024
1 parent 6cfbec8 commit 201c620
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-singers-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typedoc-plugin-mermaid": patch
---

Add GitHub workflow to update copyright year in license file
14 changes: 14 additions & 0 deletions .github/workflows/update-license-year.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: FantasticFiasco/action-update-license-year@9135da8f9ccc675217e02357c744b6b541d45cb0 # 3.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 201c620

Please sign in to comment.