From 7756557204b7b379257ea8bf1dce2e7a66d50258 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Tue, 29 Sep 2020 17:22:13 +0100 Subject: [PATCH] [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 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ff292778..b1d94542 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "30 1 * * *" + - cron: "00 0 * * *" jobs: stale: