Skip to content

Commit 8736ede

Browse files
committed
Change stale script to run daily
1 parent dd1b1c0 commit 8736ede

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Close stale issues and PRs
22
on:
33
schedule:
4-
- cron: '45 * * * *'
4+
- cron: '0 8 * * *'
55

66
jobs:
77
stale:
@@ -11,6 +11,5 @@ jobs:
1111
with:
1212
days-before-stale: 21
1313
days-before-close: 0
14-
operations-per-run: 300
1514
exempt-issue-labels: do-not-close
1615
exempt-pr-labels: do-not-close

0 commit comments

Comments
 (0)