From 09e742b33bb4c0ae36c1e1c5a803d5aa4448780b Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:31:03 +0100 Subject: [PATCH] exclude issues with the kind/feature label from stale bot process Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 3caf073716..a461723c34 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,7 +12,7 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - "enhancement ✨" + - "kind/feature" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false