From 53eb7ddcd15848c5fb3b7c0ce984159533ba12d9 Mon Sep 17 00:00:00 2001 From: Lucas Fernando Cardoso Nunes Date: Sun, 23 Jul 2023 22:10:04 -0300 Subject: [PATCH] add bug to exempt labels on git stale.yml (#942) Signed-off-by: Lucas Fernando Cardoso Nunes --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 53efce25..7bc73ddf 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,9 +4,10 @@ daysUntilStale: 14 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - in progress + - in progress - pinned - security + - bug # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable