exclude issue flagged with kind/feature from stale process

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2019-10-09 21:51:34 +02:00
parent 79bf9ed652
commit cdae06a89c
1 changed files with 2 additions and 1 deletions

3
.github/stale.yml vendored
View File

@ -11,7 +11,8 @@ daysUntilClose: 7
onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: []
exemptLabels:
- kind/feature
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false