From 15cbddcd95e69a3c8a766e3cb8b9d37f8e306a4c Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 17 Dec 2018 09:26:22 -0500 Subject: [PATCH] Adjust Stale Bot Tags --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 5b02f41..179dc60 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,9 +4,10 @@ daysUntilStale: 30 daysUntilClose: 5 # Issues with these labels will never be considered stale exemptLabels: - - Story + - Feature - Dependency Issue - Technical Debt + - Pinned # Label to use when marking an issue as stale staleLabel: Stale # Comment to post when marking an issue as stale. Set to `false` to disable