Skip to content

Commit 06e14e9

Browse files
authored
Update no-response.yml - once a day
1 parent 393cb43 commit 06e14e9

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 day at 8am
12+
- cron: '0 8 * * *'
1313

1414
# All permissions not specified are set to 'none'.
1515
permissions:

0 commit comments

Comments
 (0)