From cdae06a89ced31765391a7ab2aa70b8bb75214f9 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Wed, 9 Oct 2019 21:51:34 +0200 Subject: [PATCH] exclude issue flagged with kind/feature from stale process Signed-off-by: Guillaume Lours --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 0e42a89cb..6de76aef9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,7 +11,8 @@ daysUntilClose: 7 onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable -exemptLabels: [] +exemptLabels: + - kind/feature # Set to true to ignore issues in a project (defaults to false) exemptProjects: false