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: