From 1fd704a7dabcbe3ae09d7387b460e6acaba30ec1 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Fri, 7 Aug 2026 09:42:52 -0400 Subject: [PATCH] Update no response workflow to run daily --- .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 f3e97ff776..35911e7e51 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -2,8 +2,8 @@ name: No Response on: schedule: - # Schedule for five minutes after the hour, every hour - - cron: "5 * * * *" + - cron: "0 8 * * 1-5" # 8am ET Monday-Friday + timezone: "America/New_York" permissions: issues: write