We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f103a2 commit eeec223Copy full SHA for eeec223
2 files changed
.github/workflows/scheduled-stale-check.yaml
@@ -12,7 +12,7 @@ name: 'Scheduled stale check'
12
on:
13
workflow_dispatch:
14
schedule:
15
- - cron: '30 1 * * *'
+ - cron: "0 1 1 * *" # at 01:00 on first day of month
16
17
jobs:
18
stale:
CHANGELOG.md
@@ -21,7 +21,8 @@
21
- intro: learning paths page describing aspects of journey into clojure
22
23
### Changed
24
-- ci: spell lychee & repository trufflehog linters warn only (false positives)
+- ci: spell lychee & repository trufflehog linters warn only (false positives)
25
- intro: refactor learning path order and enhance content
26
- dev: standardise github workflow and mkdocs configuration
27
- dev: lychee excludes an errors as warnings
28
+- dev: scheduled stale issue & pr check (monthly)
0 commit comments