Skip to content

Commit 892ff93

Browse files
authored
Process more stale PRs, oldest first (pythonGH-31407)
1 parent 91cc5fd commit 892ff93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
stale-pr-label: 'stale'
2424
days-before-stale: 30
2525
days-before-close: -1
26+
ascending: true
27+
operations-per-run: 120
2628

2729
- name: "Check PRs with 'CLA not signed' label"
2830
uses: actions/stale@v4
@@ -34,3 +36,5 @@ jobs:
3436
close-pr-message: 'Closing this stale PR because the CLA is still not signed.'
3537
days-before-stale: 30
3638
days-before-close: 14
39+
ascending: true
40+
operations-per-run: 120

0 commit comments

Comments
 (0)