mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Update Stale action message (GH-23791)
We don't close PRs after it becomes stale.
This commit is contained in:
parent
928dbfc16c
commit
801165e1a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v3
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
|
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
|
||||||
stale-pr-label: 'stale'
|
stale-pr-label: 'stale'
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: -1
|
days-before-close: -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue