Skip to content

Commit 7b2993b

Browse files
dev: ci scheduled stale issue & pr check (monthly)
1 parent 4ed8c61 commit 7b2993b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/scheduled-stale-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: 'Scheduled stale check'
1212
on:
1313
workflow_dispatch:
1414
schedule:
15-
- cron: '30 1 * * *'
15+
- cron: "0 1 1 * *" # at 01:00 on first day of month
1616

1717
jobs:
1818
stale:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
- mkdocs: google analytics property identity
77
- dev: standard GitHub workflow and MkDocs configuration
88
- dev: url and path exclusions for spell lychee url check in megalinter
9-
- dev: `a` & `img` html elements allowed in markdown
9+
- dev: `a` & `img` html elements allowed in markdown
10+
- dev: ci scheduled stale issue & pr check (monthly)

0 commit comments

Comments
 (0)