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
This commit is contained in:
Lysandre Debut 2023-08-23 14:21:07 +02:00 committed by GitHub
parent 77cb2ab792
commit 8657ec68fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Stale Bot
on:
schedule:
- cron: "0 15 * * *"
- cron: "0 8 * * *"
jobs:
close_stale_issues: