mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Process more stale PRs, oldest first (GH-31407)
This commit is contained in:
parent
91cc5fd14c
commit
892ff93d7f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
|||
stale-pr-label: 'stale'
|
||||
days-before-stale: 30
|
||||
days-before-close: -1
|
||||
ascending: true
|
||||
operations-per-run: 120
|
||||
|
||||
- name: "Check PRs with 'CLA not signed' label"
|
||||
uses: actions/stale@v4
|
||||
|
@ -34,3 +36,5 @@ jobs:
|
|||
close-pr-message: 'Closing this stale PR because the CLA is still not signed.'
|
||||
days-before-stale: 30
|
||||
days-before-close: 14
|
||||
ascending: true
|
||||
operations-per-run: 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue