From 1ab550cb2693b6751feff6c17b29e0a0febecad8 Mon Sep 17 00:00:00 2001 From: Alessadro Parisi Date: Tue, 31 May 2022 11:58:53 +0200 Subject: [PATCH] Add more labels to stale.yml whitelist --- .github/stale.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 8a626a96..b88dfa09 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,10 +4,16 @@ daysUntilStale: 28 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - pinned + - bug + - css + - documentation + - enhancement - help wanted + - pinned + - question - roadmap - staging + - to-evaluate - wip # Label to use when marking an issue as stale staleLabel: stale