Skip to content

Commit d8a567c

Browse files
authored
Change stale PR cron schedule to run bi-monthly
1 parent af709c9 commit d8a567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Mark stale pull requests
33

44
on:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 0 1,15 * *"
77

88
permissions:
99
pull-requests: write

0 commit comments

Comments
 (0)