From 5d6f2a81113ff5c8c5c999db67718b2eb3d6e67a Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:11:15 -0500 Subject: [PATCH] Add "labels" type Aliases: label, adding labels, applying labels --- lib/parse-comment.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/parse-comment.js b/lib/parse-comment.js index 9c24c98c..dc34bf5c 100644 --- a/lib/parse-comment.js +++ b/lib/parse-comment.js @@ -18,6 +18,7 @@ const validContributionTypes = [ "fundingfinding", "ideas", "infra", + "labels", "maintenance", "mentoring", "platform", @@ -69,6 +70,8 @@ const contributionTypeMappings = { idea: "ideas", infras: "infra", infrastructure: "infra", + lable: "lables", + lableing: "lables", maintaining: "maintenance", management: "projectManagement", managing: "projectManagement", @@ -107,6 +110,8 @@ const contributionTypeMultiWordMapping = { "event organizing": "eventOrganizing", "fund finding": "fundingFinding", "funding finding": "fundingFinding", + "adding labels": "lables", + "applying labels": "lables", "user testing": "userTesting", "business development": "business", "project management": "projectManagement",