From b83622e41ac75319f761d7447214f0720a334868 Mon Sep 17 00:00:00 2001 From: Anix Date: Tue, 4 Feb 2020 13:21:08 +0530 Subject: [PATCH] chore(stale): added bug label to exemptlabels --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 005aab9..3b2c8b1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ exemptLabels: - security - On hold - enhancement + - 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