From b452ce5a3625ab034d3278f0e4ef13df8be92c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Mon, 2 May 2022 14:22:24 +0300 Subject: [PATCH] stalebot: add generic label to avoid stalebot (#5322) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a generic label which tells stalebot not to close issues marked with it. Signed-off-by: Giedrius Statkevičius --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index ba852e4e4a..74afc42dca 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,6 +11,7 @@ exemptLabels: # issue is being reminded. - reminder - 'state: someone-working-on-it' + - 'dont-go-stale' # Set to true to ignore issues in a project (defaults to false) exemptProjects: false