Merge pull request #39469 from eugeneius/stale_milestone

Don't mark issues on a milestone as stale
This commit is contained in:
Eugene Kenny 2020-05-29 20:08:19 +01:00 committed by GitHub
commit 801741f9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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