From 0254012db6fd8e93111b7687ddf7fb99a0874469 Mon Sep 17 00:00:00 2001 From: Ted Patrick Date: Tue, 4 Oct 2022 08:55:55 -0500 Subject: [PATCH] Add epic to exempt labels (#821) --- .github/stale.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yaml b/.github/stale.yaml index 6c7cb09f..a76f0f84 100644 --- a/.github/stale.yaml +++ b/.github/stale.yaml @@ -9,6 +9,7 @@ exemptLabels: - backlog - needs-triage - needs-work +- epic # Label to use when marking an issue as stale staleLabel: stale