Skip to content

Commit 21c1177

Browse files
committed
Fix cron string for no-response bot
1 parent 5c04ee7 commit 21c1177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
types: [created]
1111
schedule:
1212
# Once a day, at 12:15 UTC
13-
- cron: '15 12 * * *
13+
- cron: '15 12 * * *'
1414

1515
jobs:
1616
noResponse:

0 commit comments

Comments
 (0)