Exempt 'Help wanted' issue from stale bot (#26829)

This commit is contained in:
Franck Nijhof 2019-09-22 17:31:01 +02:00 committed by Paulus Schoutsen
parent 5624e3efd4
commit 14647f5391

1
.github/stale.yml vendored
View file

@ -13,6 +13,7 @@ onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: exemptLabels:
- under investigation - under investigation
- Help wanted
# Set to true to ignore issues in a project (defaults to false) # Set to true to ignore issues in a project (defaults to false)
exemptProjects: true exemptProjects: true