diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-02-18 19:28:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 19:28:12 (GMT) |
commit | 892ff93d7f47f8edae5c8a0f5d5ffd4b0a8f8d77 (patch) | |
tree | 5233d0b2d8a473d18fbb6f704ca6ba022003f066 | |
parent | 91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516 (diff) | |
download | cpython-892ff93d7f47f8edae5c8a0f5d5ffd4b0a8f8d77.zip cpython-892ff93d7f47f8edae5c8a0f5d5ffd4b0a8f8d77.tar.gz cpython-892ff93d7f47f8edae5c8a0f5d5ffd4b0a8f8d77.tar.bz2 |
Process more stale PRs, oldest first (GH-31407)
-rw-r--r-- | .github/workflows/stale.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fc0c15d..25e29e8 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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 |