mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
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:
4
.github/stale.yml
vendored
4
.github/stale.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user