Skip to content

Commit 099f97a

Browse files
Run no-response action daily
1 parent 84a9a4c commit 099f97a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/no-response.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
issue_comment:
99
types: [created]
1010
schedule:
11-
# Schedule for five minutes after the hour, every hour
12-
- cron: '5 * * * *'
11+
# every morning at 00:00 am
12+
- cron: '0 0 * * *'
1313

1414
jobs:
1515
noResponse:

0 commit comments

Comments
 (0)