From ac65088b75d8b57ef4cdc36866fc56bafb8ce2a8 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Thu, 24 Sep 2020 20:38:06 +0530 Subject: [PATCH] Drop the emoji from the Hacktoberfest label This changes the name to the commonly used one --- normalize_repos/labels.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/normalize_repos/labels.json b/normalize_repos/labels.json index 6266cbf..f636236 100644 --- a/normalize_repos/labels.json +++ b/normalize_repos/labels.json @@ -160,10 +160,11 @@ "emoji": "\uD83E\uDD2F" }, { - "name": "hacktoberfest", + "name": "Hacktoberfest", "color": "883255", "description": "Ideal for Hacktoberfest participation", - "emoji": "\uD83C\uDF83" + "emoji": "\uD83C\uDF83", + "has_emoji_name": false } ] }