From 6c09d9bf335bd152aef3c608db00e14df5a036e5 Mon Sep 17 00:00:00 2001 From: jguer Date: Fri, 10 Dec 2021 09:06:31 +0100 Subject: [PATCH] chore(yay): exempt bugs and triage from stale --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index b618baf0..ab37499f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,8 @@ exemptLabels: - "Status: In Progress" - "Status: Confirmed" - "Status: Approved" + - "Status: Triage" + - "Type: Bug" # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable