Run close-stale once per day

This commit is contained in:
Scott Lahteine 2020-06-23 19:44:03 -05:00
parent f011c6968b
commit 2a9ad52ab1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ name: "Close stale issues"
on:
schedule:
- cron: "56 * * * *"
- cron: "0 1 * * *"
jobs:
stale: