Merge pull request #15492 from atom/reduce-stale-window

Shrink probot-stale window to one year and close in two weeks
This commit is contained in:
Lee Dohm
2017-08-29 11:20:32 -07:00
committed by GitHub

4
.github/stale.yml vendored
View File

@@ -2,9 +2,9 @@
# Number of days of inactivity before an Issue or Pull Request becomes stale
# Starting at two years of no activity
daysUntilStale: 730
daysUntilStale: 365
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 30
daysUntilClose: 14
# Issues or Pull Requests with these labels will never be considered stale
exemptLabels:
- regression