File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name: 'Scheduled stale check'
12
12
on :
13
13
workflow_dispatch :
14
14
schedule :
15
- - cron : ' 30 1 * * *'
15
+ - cron : " 0 1 1 * *" # at 01:00 on first day of month
16
16
17
17
jobs :
18
18
stale :
Original file line number Diff line number Diff line change 21
21
- intro: learning paths page describing aspects of journey into clojure
22
22
23
23
### Changed
24
- - ci: spell lychee & repository trufflehog linters warn only (false positives)
24
+ - ci: spell lychee & repository trufflehog linters warn only (false positives)
25
25
- intro: refactor learning path order and enhance content
26
26
- dev: standardise github workflow and mkdocs configuration
27
27
- dev: lychee excludes an errors as warnings
28
+ - dev: scheduled stale issue & pr check (monthly)
You can’t perform that action at this time.
0 commit comments