mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Don't apply 'stale' label to issues (#91501)
This commit is contained in:
parent
93364f9716
commit
bebb944de5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue