From a6f0a2314504afe8d05344d0973f6fb9656407e7 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Thu, 16 Jun 2022 14:18:10 +0800 Subject: [PATCH] [skip e2e] Move feature label to exemptLabels (#17586) Signed-off-by: Jenny Li --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 48f25a6339..55da4e31c5 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ daysUntilClose: 7 exemptLabels: - priority/critical-urgent - priority/important-longterm + - kind/feature # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable