Skip to content

Commit 6642cb1

Browse files
committed
create yearly issue
1 parent c4ac3e2 commit 6642cb1

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: update year in documentation
3+
labels: docs
4+
---
5+
Update the year in the documentation to {{ date | YYYY }}.
6+
7+
- [ ] license
8+
- [ ] general readme
9+
- [ ] developer readme

.github/workflows/year.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: year
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 1 1 *' # run yearly on Jan 1
6+
7+
jobs:
8+
open-issue:
9+
steps:
10+
11+
- name: create issue
12+
uses: JasonEtco/create-an-issue@v2
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
with:
16+
filename: .github/PRIVATE_ISSUE_TEMPLATE/update-year.md

0 commit comments

Comments
 (0)