Skip to content

Commit 1fd704a

Browse files
committed
Update no response workflow to run daily
1 parent 137c1b6 commit 1fd704a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/no-response.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: No Response
22

33
on:
44
schedule:
5-
# Schedule for five minutes after the hour, every hour
6-
- cron: "5 * * * *"
5+
- cron: "0 8 * * 1-5" # 8am ET Monday-Friday
6+
timezone: "America/New_York"
77

88
permissions:
99
issues: write

0 commit comments

Comments
 (0)