From a6341775785ffe6efea4f3803783c2d0eb6407e2 Mon Sep 17 00:00:00 2001 From: Danny Brown Date: Mon, 16 Sep 2019 12:53:05 -0400 Subject: [PATCH] chore: bad stale bot --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 0f633a531..378f5a9f8 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,7 +7,7 @@ daysUntilStale: 21 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - 'Story 🙌' + - 'Story :raised_hands:' - 'Bug: Verified 🐛' - 'Task: CI/Tooling 🤖' - 'Task: Docs 📖'