From bce22b587c4ccc61a205b241488eac96a4f601f7 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Mon, 13 Jun 2022 10:32:12 +0200 Subject: [PATCH] Use single "stage/tracked" label to prevent issue from getting stale Signed-off-by: Marek Siarkowicz --- .github/stale.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index b85f1f457..57e41709b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,8 +12,7 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - "area/security" - - "Investigating" + - "stage/tracked" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false