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 4ed8c61 commit 7b2993bCopy full SHA for 7b2993b
.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
@@ -6,4 +6,5 @@
6
- mkdocs: google analytics property identity
7
- dev: standard GitHub workflow and MkDocs configuration
8
- dev: url and path exclusions for spell lychee url check in megalinter
9
-- dev: `a` & `img` html elements allowed in markdown
+- dev: `a` & `img` html elements allowed in markdown
10
+- dev: ci scheduled stale issue & pr check (monthly)
0 commit comments