diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-05-06 10:18:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 09:18:22 +0200 |
commit | bebb944de56883e886891b9786351ad36240d989 (patch) | |
tree | d956c61ef1bdb5803593ff1fe5c8f90f137d1150 /.github | |
parent | gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366) (diff) | |
download | cpython-bebb944de56883e886891b9786351ad36240d989.tar.gz cpython-bebb944de56883e886891b9786351ad36240d989.tar.bz2 cpython-bebb944de56883e886891b9786351ad36240d989.zip |
Don't apply 'stale' label to issues (#91501)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a8fecbf216b..f422707afb9 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 |