Skip to content

Commit

Permalink
Mark pull request as stale in 90 days
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Feb 28, 2022
1 parent f133004 commit 7303798
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 @@ -10,7 +10,7 @@ jobs:
- uses: actions/stale@v4
with:
stale-pr-message: >
There hasn't been any activity on this pull request in the past year, so
There hasn't been any activity on this pull request in the past 90 days, so
it has been marked as stale and it will be closed automatically if no
further activity occurs in the next 7 days.
Expand All @@ -20,5 +20,5 @@ jobs:
This pull request was closed due to a year of no activity.
days-before-stale: -1
days-before-pr-stale: 365
days-before-pr-stale: 90
days-before-pr-close: 7

0 comments on commit 7303798

Please sign in to comment.