Don't mark issues on a milestone as stale

Once an issue has been assigned to a milestone, it shouldn't be closed
unless we decide that the release can ship without it.
This commit is contained in:
Eugene Kenny 2020-05-29 10:54:17 +01:00
parent b7c846afaf
commit 352c0a7e10
1 changed files with 2 additions and 0 deletions

2
.github/stale.yml vendored
View File

@ -10,6 +10,8 @@ exemptLabels:
- attached PR
- regression
- release blocker
# Issues on a milestone will never be considered 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