From 4fd987512940661c1069737b03fa8ceaa22b5806 Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 11 Dec 2023 01:40:25 +1100 Subject: [PATCH] Update no-response.yml --- .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 3262b02a9..343d34456 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 (5am) once every day + - cron: '* 5 * * *' jobs: noResponse: