]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Don't apply 'stale' label to issues (#91501)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 6 May 2022 07:18:22 +0000 (10:18 +0300)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 07:18:22 +0000 (09:18 +0200)
.github/workflows/stale.yml

index a8fecbf216b95d86fefb769de1be76bca5669ee4..f422707afb9e5ce471c6c8ed14ccd1138ae1731b 100644 (file)
@@ -20,7 +20,8 @@ jobs:
         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-label: 'stale'
-        days-before-stale: 30
+        days-before-issue-stale: -1
+        days-before-pr-stale: 30
         days-before-close: -1
         ascending: true
         operations-per-run: 120