From a55921b33da671f9232d39c00e8168a270cd23b3 Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Mon, 16 Aug 2021 08:47:06 -0700 Subject: [PATCH] Add missing labels to stalebot config We missed a handful of labels in our stalebot config. The presence of these labels should prevent closing. Signed-off-by: Craig Jellick --- .github/stale.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 491d73724e..669f2628af 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -22,6 +22,12 @@ exemptLabels: - kind/ci-improvements - kind/performance - kind/flaky-test + - kind/documentation + - kind/backport + - priority/backlog + - priority/critical-urgent + - priority/important-longterm + - priority/important-soon # Set to true to ignore issues in a project (defaults to false) exemptProjects: true @@ -46,4 +52,4 @@ markComment: > limitPerRun: 30 # Limit to only `issues` -only: issues \ No newline at end of file +only: issues