From 103598dfce9e897f355734276588662eef274827 Mon Sep 17 00:00:00 2001 From: Kevin Brosnan Date: Fri, 4 Jun 2021 13:51:24 -0700 Subject: [PATCH] Prevents stale bot from closing issues for disabled tests --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 64e7e858f..cd1131787 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,6 +14,7 @@ onlyLabels: [] exemptLabels: - pin - "feature request 🌟" + - "eng:disabled-test" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false