From 14ffefc69aed6c09491e1133007d9ce61150f007 Mon Sep 17 00:00:00 2001 From: Fahmy Mohammed <28364881+Fahmy-Mohammed@users.noreply.github.com> Date: Wed, 23 Dec 2020 14:03:35 -0800 Subject: [PATCH] added epic to stalebot's exemptLabels (#71) --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 305831ae8..2865aaa52 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,9 +4,10 @@ daysUntilStale: 30 daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: + - backlog + - epic - pinned - security - - backlog - triage # Label to use when marking an issue as stale staleLabel: wontfix