Update stale config to ignore additional labels

This commit is contained in:
Ian Sutherland
2019-01-24 22:01:55 -07:00
committed by GitHub
parent 3efcdbf328
commit 91f54afb40

8
.github/stale.yml vendored
View File

@@ -9,8 +9,14 @@ daysUntilClose: 5
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "issue: proposal"
- "contributions: claimed"
- "contributions: up for grabs!"
- "good first issue"
- "issue: announcement"
- "issue: bug"
- "issue: proposal"
- "tag: bug fix"
- "tag: needs investigation"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true