]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Process more stale PRs, oldest first (GH-31407)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 18 Feb 2022 19:28:12 +0000 (21:28 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 19:28:12 +0000 (11:28 -0800)
.github/workflows/stale.yml

index fc0c15dc0a6005c3c389f6dbd2a0548ea2c93e03..25e29e83dff2bd8c5fdde0c7c21536eb9cffc523 100644 (file)
@@ -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