8000 Update Stale action message (GH-23791) · python/cpython@801165e · GitHub
[go: up one dir, main page]

Skip to content

Commit 801165e

Browse files
authored
Update Stale action message (GH-23791)
We don't close PRs after it becomes stale.
1 parent 928dbfc commit 801165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/stale@v3
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
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'
16+
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
1717
stale-pr-label: 'stale'
1818
days-before-stale: 30
1919
days-before-close: -1

0 commit comments

Comments
 (0)
0