Skip to content

Commit

Permalink
chore(stale): increase to 180 days
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason authored Aug 25, 2018
1 parent 058394c commit 33dae84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
daysUntilStale: 180

# Number of days of inactivity before a stale issue is closed
daysUntilClose: 90
daysUntilClose: 180

# Issues with these labels will never be considered stale
exemptLabels:
Expand All @@ -14,7 +14,7 @@ staleLabel: stale

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
There has been no activity in this thread for 90 days. While we care about
There has been no activity in this thread for 180 days. While we care about
every issue and we’d love to see this fixed, the core team’s time is
limited so we have to focus our attention on the issues that are most
pressing. Therefore, we will likely not be able to get to this one.
Expand All @@ -23,11 +23,11 @@ markComment: >
However, PRs for this issue will of course be accepted and welcome!
If there is no more activity in the next 90 days, this issue will be closed
If there is no more activity in the next 180 days, this issue will be closed
automatically for housekeeping. To prevent this, simply leave a reply here.
Thanks!
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
This issue will be closed due to lack of activity for 6 months. If you’d
This issue will be closed due to lack of activity for 12 months. If you’d
like this to be reopened, just leave a comment; we do monitor them!

0 comments on commit 33dae84

Please sign in to comment.