Skip to content

Commit

Permalink
Merge pull request #4559 from jamezp/stale-update
Browse files Browse the repository at this point in the history
Increase the stale warning message from 30 to 45 days
  • Loading branch information
bstansberry committed Apr 8, 2021
2 parents 9bfda71 + 253979b commit f6630b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'There has been no activity on this PR for 30 days. It will be auto-closed after 90 days.'
stale-pr-message: 'There has been no activity on this PR for 45 days. It will be auto-closed after 90 days.'
close-pr-message: 'There has been no activity on this PR for 90 days and it has been closed automatically.'
days-before-stale: 30
days-before-stale: 45
days-before-close: 90

0 comments on commit f6630b7

Please sign in to comment.