Merge pull request #5822 from mikeller/make_feature_requests_exempt_from_inactivity

Make feature requests exempt from detection as 'Inactive'.
This commit is contained in:
Michael Keller 2018-05-05 19:05:32 +12:00 committed by GitHub
commit 724c6d72c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.github/stale.yml vendored
View File

@ -10,6 +10,7 @@ daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- BUG
- Feature Request
- Pinned
# Set to true to ignore issues in a project (defaults to false)