We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5005ed commit 834a0dbCopy full SHA for 834a0db
1 file changed
.github/workflows/no-response.yml
@@ -6,8 +6,8 @@ on:
6
issue_comment:
7
types: [created]
8
schedule:
9
- # Schedule for five minutes after the hour, every 3 hours
10
- - cron: '5 */3 * * *'
+ # Schedule for 8 o'clock, every day
+ - cron: '0 8 * * *'
11
12
jobs:
13
noResponse:
0 commit comments