From: Jóhann B. Guðmundsson Date: Sun, 14 Feb 2021 20:21:58 +0000 (+0000) Subject: fix(github): exempt issues with the label bug X-Git-Tag: 053~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c9debec024577e35287ed4954b4eb391d4ba81a;p=thirdparty%2Fdracut.git fix(github): exempt issues with the label bug Let's exempt issues with the label bugs being processed by stalebot. --- diff --git a/.github/stale.yml b/.github/stale.yml index 10d47333d..1e873606e 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ exemptLabels: - enhancement - regression - wiki + - bug # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable