Skip to content

Commit 3fba67c

Browse files
committed
Update CI close-stale schedule
1 parent d2094d9 commit 3fba67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Close stale issues and PRs
22

33
on:
44
schedule:
5-
- cron: '*/10 * * * *'
5+
- cron: '0 23 * * *'
66

77
permissions:
88
issues: write

0 commit comments

Comments
 (0)