[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:
parent
2cd21cc95f
commit
7756557204
|
@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 1 * * *"
|
- cron: "00 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|
Loading…
Reference in New Issue