diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 275b7563..648289e8 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 ten minutes after the hour, every hour - - cron: '10 * * * *' + # Schedule for ten minutes after the hour, every 2 hours + - cron: '10 /2 * * *' permissions: {} jobs: