]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mark PRs as stale after 90 days (#150104)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 19 May 2026 21:13:37 +0000 (00:13 +0300)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 21:13:37 +0000 (21:13 +0000)
.github/workflows/stale.yml

index 01fe5ba8fda8bcb5b6cca59075e768dd22ee8c9f..37f78519dedc32993f56c1e9c59b8c2e8b1b3d87 100644 (file)
@@ -21,10 +21,10 @@ jobs:
       uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
-        stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
+        stale-pr-message: 'This PR is stale because it has been open for 90 days with no activity.'
         stale-pr-label: 'stale'
         days-before-issue-stale: -1
-        days-before-pr-stale: 30
+        days-before-pr-stale: 90
         days-before-close: -1
         ascending: true
         operations-per-run: 120