From 8657ec68fc01c289245f3c71725353eef055fc3c Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Wed, 23 Aug 2023 14:21:07 +0200 Subject: [PATCH] Sets the stalebot to 10 AM CEST (#25678) This sets the stale bot trigger time at 10 AM CEST rather than 5 PM CEST as all core maintainers on watch duty are now in the European timezone --- .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 8cc27a7548..1211d71a32 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Stale Bot on: schedule: - - cron: "0 15 * * *" + - cron: "0 8 * * *" jobs: close_stale_issues: