From 29479667cc1bbac57950f9417b9a5d3511d9d338 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 7 May 2020 18:13:38 -0700 Subject: [PATCH] Do not close kind/bug with stale for now --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 04f9d541a0c..5b5e1c8767b 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: - "disposition/never stale" + - "kind/bug" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false