[fix](stale bot): Change cron time to midnight

This fits in better across various time zones (I'm GMT, for example,
some devs EST/CEST).

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez
2020-09-29 17:22:13 +01:00
parent 2cd21cc95f
commit 7756557204

View File

@@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: "30 1 * * *"
- cron: "00 0 * * *"
jobs:
stale: