summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-05-06 07:18:22 (GMT)
committerGitHub <noreply@github.com>2022-05-06 07:18:22 (GMT)
commitbebb944de56883e886891b9786351ad36240d989 (patch)
treed956c61ef1bdb5803593ff1fe5c8f90f137d1150
parent93364f9716614173406a4c83cd624b37d9a02ebf (diff)
downloadcpython-bebb944de56883e886891b9786351ad36240d989.zip
cpython-bebb944de56883e886891b9786351ad36240d989.tar.gz
cpython-bebb944de56883e886891b9786351ad36240d989.tar.bz2
Don't apply 'stale' label to issues (#91501)
-rw-r--r--.github/workflows/stale.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index a8fecbf..f422707 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -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