From 2c2bfcf58a9f34700e07f8bdaf2aa15274323d01 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Mon, 27 Feb 2023 06:28:53 +0800 Subject: [PATCH] issue with in process label will never be considered stale (#716) Signed-off-by: yxxhero --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 2891e743..53efce25 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,6 +4,7 @@ daysUntilStale: 14 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: + - in progress - pinned - security # Label to use when marking an issue as stale