From 720bf37f1619955f7ce1eaa8d509b0bec59d39fa Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 2 Sep 2021 12:37:54 -0500 Subject: [PATCH] Add bug to stale.yml excluded labels. --- .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