Skip to content

Commit 48854f4

Browse files
authored
Update stale.yml
1 parent 0c8faa1 commit 48854f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
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: '0 */1 * * *'
4+
- cron: '0 */10 * * *'
55
jobs:
66
stale:
77
runs-on: ubuntu-latest
@@ -16,3 +16,4 @@ jobs:
1616
exempt-pr-labels: 'dont-close'
1717
days-before-stale: 30
1818
days-before-close: 7
19+
operations-per-run: 150

0 commit comments

Comments
 (0)