Skip to content

Commit

Permalink
Update Stale action message (pythonGH-23791)
Browse files Browse the repository at this point in the history
We don't close PRs after it becomes stale.
  • Loading branch information
Mariatta authored Dec 16, 2020
1 parent 928dbfc commit 801165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/stale@v3
with:
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'
days-before-stale: 30
days-before-close: -1

0 comments on commit 801165e

Please sign in to comment.