From f04a1f220c6a9ffe80916029bdaffe1be45f06a6 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 30 Aug 2020 20:45:03 -0700 Subject: [PATCH] update stale to ignore 'do not close' label --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 2a054a9d8..68c5ee938 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,6 +14,7 @@ onlyLabels: [] exemptLabels: - "security" - "pending discussion" + - "do not close" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false