Don't let issues with bounties or labelling as valid bug go stale

This commit is contained in:
Isaac Connor 2019-01-18 10:30:02 -05:00
parent 599769b701
commit 358cfc7f49
1 changed files with 2 additions and 0 deletions

2
.github/stale.yml vendored
View File

@ -9,6 +9,8 @@ daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- "Under Review"
- "Bounty"
- "bug"
# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: true