Run no response bot daily (#440)
diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index fdc1c6a..c7574c8 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml
@@ -8,8 +8,8 @@ issue_comment: types: [created] schedule: - # Schedule for five minutes after the hour, every hour - - cron: '5 * * * *' + # Every day at 8am + - cron: '0 8 * * *' # All permissions not specified are set to 'none'. permissions: