Keep issues assigned to a milestone from going stale

This commit is contained in:
Tim Schaub
2019-10-26 13:10:16 -06:00
parent c40263c38b
commit ffab886964

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