mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-07 20:34:28 +08:00
[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:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
- cron: "00 0 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
||||
Reference in New Issue
Block a user