Skip to content

Commit 3a5acd0

Browse files
authored
chore: set schedule of lock closed issue (#4285)
1 parent 7eb30ae commit 3a5acd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lock-closed-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lock Closed Issues
22

33
on:
44
schedule:
5-
- cron: "*/10 * * * *"
5+
- cron: "0 0 */7 * *"
66

77
permissions:
88
issues: write

0 commit comments

Comments
 (0)