Run close-stale once per day
This commit is contained in:
parent
f011c6968b
commit
2a9ad52ab1
2
.github/workflows/close-stale.yml
vendored
2
.github/workflows/close-stale.yml
vendored
|
@ -7,7 +7,7 @@ name: "Close stale issues"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "56 * * * *"
|
- cron: "0 1 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|
Loading…
Reference in a new issue