Skip to content

Commit

Permalink
Merge pull request #7 from ncstate-sat/libs-22/license-year-update-ac…
Browse files Browse the repository at this point in the history
…tion

Create update_license_year.yml
  • Loading branch information
lsanchez44 authored Nov 26, 2024
2 parents 6f236d5 + 7cbd20a commit 2d32a65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update_license_year.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update copyright year 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
- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2d32a65

Please sign in to comment.