From fa9f0ade55822e25697949636c1b63fc4d4158a0 Mon Sep 17 00:00:00 2001 From: jekkos Date: Sat, 15 Feb 2020 01:04:00 +0100 Subject: [PATCH] Don't close bug tickets direclty --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index b5fc535b0..d14139baf 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - enhancement - needsowner + - 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