From 1d6321992aa7852644045f83228ac2d09364bea0 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman <52963853+Diman0@users.noreply.github.com> Date: Fri, 25 Sep 2020 11:25:19 +0200 Subject: [PATCH] Update stale.yml Add label backlog to exempt labels. We will use label backlog to collect bugs/features that we want to consider for a future release. Thus we do not want to auto-close those issues. --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 35659181..9e5e9ecf 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -15,6 +15,7 @@ exemptLabels: - priority/p0 - priority/p1 - priority/p2 + - backlog # Set to true to ignore issues in a project (defaults to false) exemptProjects: false