From e906fa365399a211fdb4c508e4b3ce43e61292b2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 28 Jun 2018 06:34:36 +0200 Subject: [PATCH] Bot cannot close bug tickets [skip ci] --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 5acff1e12e..8f9da31fcd 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,6 +12,7 @@ daysUntilClose: 7 exemptLabels: - enhancement - feature + - bug # Set to true to ignore issues in a project (defaults to false) exemptProjects: false