Skip to content

Commit

Permalink
DEV: create recurring issue to update license year (#44)
Browse files Browse the repository at this point in the history
closes #44
  • Loading branch information
dwhieb committed Jul 10, 2020
1 parent 62f63e9 commit 46c9f5b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/PRIVATE_ISSUE_TEMPLATE/update-year.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: update year in documentation
---
Update the year in the documentation to {{ date | YYYY }}.

- [ ] license
- [ ] readme
16 changes: 16 additions & 0 deletions .github/workflows/year.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: year

on:
schedule:
- cron: '0 0 1 1 *' # run yearly on Jan 1

jobs:
open-issue:
steps:

- name: create issue
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/PRIVATE_ISSUE_TEMPLATE/update-year.md

0 comments on commit 46c9f5b

Please sign in to comment.