From f3e887a4576c6528906629a3077aa88e645fb6c0 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 11 Feb 2022 18:45:39 +0545 Subject: [PATCH] Do not make QA issues stale --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 543289fd00..b42404aaad 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ exemptLabels: - "Type:Bug" - "Type:Technical-Debt" - "Category:Research" + - "QA:team" # Label to use when marking an issue as stale staleLabel: "Status:Stale" # Comment to post when marking an issue as stale. Set to `false` to disable