1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

.github/stale.yml: exclude issues with 'help wanted'

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2021-10-13 15:19:46 +02:00
parent 996c997446
commit 13de2f5206

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
exemptLabels:
- "kind/feature"
- "help wanted"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false