Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/parse-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const validContributionTypes = [
"fundingfinding",
"ideas",
"infra",
"labels",
"maintenance",
"mentoring",
"platform",
Expand Down Expand Up @@ -69,6 +70,8 @@ const contributionTypeMappings = {
idea: "ideas",
infras: "infra",
infrastructure: "infra",
lable: "lables",
lableing: "lables",
maintaining: "maintenance",
management: "projectManagement",
managing: "projectManagement",
Expand Down Expand Up @@ -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",
Expand Down