From d5be503a1e7946cb8383a29ddfaa2472ebb776f6 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 17 Aug 2020 10:27:31 +0200 Subject: [PATCH] fix GitHub issue with ghost emoji in the label --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 949afaa9f46..38fc7aad78d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,7 @@ daysUntilClose: 7 exemptLabels: - "👋 Good first issue" - "👻 Missing Docs" + - ":ghost: Missing Docs" - "Wait on future Release" # Label to use when marking an issue as stale staleLabel: Stale