Merge pull request #10203 from tschaub/exempt-milestones

Keep issues assigned to a milestone from going stale
This commit is contained in:
Tim Schaub
2019-10-26 16:29:28 -06:00
committed by GitHub

2
.github/stale.yml vendored
View File

@@ -8,6 +8,8 @@ exemptLabels:
- regression
- bug
- 'pull request accepted'
# Issues assigned to a milestone will not go stale
exemptMilestones: true
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable