Change the cron for stale

Let's move the recommended stale cron tab away from 00:00 UTC
This commit is contained in:
Andy McKay
2020-06-08 08:30:24 -07:00
committed by GitHub
parent 2ffdd0654e
commit b4362decc9
+1 -1
View File
@@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"
jobs:
stale: