From 94b17d34c7ca92bfe43d39f3594c39c2c24f738f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Mar 2020 18:56:56 +0100 Subject: [PATCH] Fix hour --- .github/workflows/stale-issues-safe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues-safe.yml b/.github/workflows/stale-issues-safe.yml index df1279a8fcd..88a9b9b6f98 100644 --- a/.github/workflows/stale-issues-safe.yml +++ b/.github/workflows/stale-issues-safe.yml @@ -3,7 +3,7 @@ name: "Close stale issues (bugs and feature requests)" on: schedule: - - cron: "0 15 * * *" + - cron: "0 21 * * *" issue_comment: types: [created]