Skip to content

Commit

Permalink
Merge pull request #808 from AhaLabs/fix/make_stale_bot_wait_longer
Browse files Browse the repository at this point in the history
fix: make PR stale after 14 days of no activity
  • Loading branch information
MaximusHaximus committed Apr 4, 2022
2 parents 55a11da + 69c9aa9 commit 6f83d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/stale@v3
with:
stale-pr-message: 'This PR is stale because it has been open for 7 days with no activity. Remove stale label or comment or this will be closed in another 7 days.'
days-before-pr-stale: 7
stale-pr-message: 'This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or this will be closed in another 7 days.'
days-before-pr-stale: 14
days-before-pr-close: 7

0 comments on commit 6f83d39

Please sign in to comment.