From cde66bd82b1110447b609871075858b06e19da25 Mon Sep 17 00:00:00 2001 From: David Ko Date: Sat, 20 Mar 2021 22:25:42 +0800 Subject: [PATCH] Update the exempt labels Signed-off-by: David Ko --- .github/stale.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 3dd80aa..8fbf646 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,11 +12,11 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - bug - - doc - - enhancement - - poc - - refactoring + - kind/bug + - kind/doc + - kind/enhancement + - kind/poc + - kind/refactoring # Set to true to ignore issues in a project (defaults to false) exemptProjects: true