chore(stale): ignore feature request issues (#7828)

This commit is contained in:
Alexander Lichter 2020-08-01 20:25:15 +02:00 committed by GitHub
parent 73a87536b5
commit ab30bbcb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/stale.yml vendored
View File

@ -4,6 +4,7 @@ daysUntilClose: 7
staleLabel: stale
exemptLabels:
- "cmty:feature-request"
- "feature-request
- "WIP"
- "pending"
- "discussion"