From a0ab7249c9625ac035398031227235892e805f1a Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sat, 13 Apr 2024 12:00:28 +0200 Subject: [PATCH] Relax no-response bot, avoid running it every hour --- .github/workflows/no-response.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index f34d0641..51ef9629 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -6,8 +6,8 @@ on: issue_comment: types: [created] schedule: - # Schedule for five minutes after the hour, every hour - - cron: '5 * * * *' + # Schedule for an arbitrary time (4am) once every day + - cron: '* 4 * * *' jobs: noResponse: