From 38164d31367a0aadb9a767042f6e48e655fc17c5 Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 24 May 2019 11:22:45 +0200 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 333a804b..a3d40cc4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,7 +5,7 @@ daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - "T: Enhancement" - - "S: Triaged" + - "S: Confirmed" # Label to use when marking an issue as stale staleLabel: "S: Stale" # Comment to post when marking an issue as stale. Set to `false` to disable