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 9cd3bd1 commit 8d73a3cCopy full SHA for 8d73a3c
.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
@@ -7,6 +7,7 @@
7
- readme: star history for project on github
8
- mkdocs: CSS for round corners on buttons, etc.
9
- reference: creative coding overview
10
+- dev: add scheduled stale issue & pull request check
11
## Changed
- clojure-cli: enhance built-in commands description
0 commit comments