Skip to content

Commit e384cbe

Browse files
authored
changed to run daily instead of hourly
1 parent e473c84 commit e384cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: Close stale pull requests
77

88
on:
99
schedule:
10-
# Run hourly.
11-
- cron: 30 * * * *
10+
# Run daily at 00:30 UTC.
11+
- cron: '30 0 * * *'
1212
workflow_dispatch:
1313

1414
jobs:

0 commit comments

Comments
 (0)