From 07e5687bb4d481ad57c0efbaeaace96e52eb57b6 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 23 Aug 2021 08:54:14 -0500 Subject: [PATCH] Make sure bugs aren't automatically closed. --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index c7ff127..3cc6ec3 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,6 +12,7 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: + - bug - pinned - security - planned