From ff6c0f89bcec4234365ec2a4c1c329069ed5e854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Thu, 9 Jan 2020 13:49:56 +0100 Subject: [PATCH] Add backlog label to stalebot exempt labels --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 1cbdb3be8..4584c575b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,6 +14,7 @@ onlyLabels: [] exemptLabels: - bug - blocker + - backlog # Set to true to ignore issues in a project (defaults to false) exemptProjects: false