From 8aed15d5fbae06fae0d195fcc3106fdb0860d492 Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 19 Mar 2021 19:17:21 -0600 Subject: [PATCH] fix: Update Stale bot to ignore PRs/issues with... ...the `dont-close` label. --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 0bbe23e5d..6506453ea 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -13,6 +13,7 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - "approved" + - "dont-close" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false