Skip to content

Commit

Permalink
Include Fenix in PRODUCTS for training Component Model (#3891)
Browse files Browse the repository at this point in the history
Fixes #3882
  • Loading branch information
jpangas authored Dec 7, 2023
1 parent 98ad14b commit f4a91d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bugbug/models/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ComponentModel(BugModel):
"Core",
"External Software Affecting Firefox",
"DevTools",
"Fenix",
"Firefox",
"Toolkit",
"WebExtensions",
Expand All @@ -52,6 +53,7 @@ class ComponentModel(BugModel):
"External Software Affecting Firefox",
"WebExtensions",
"Firefox Build System",
"Fenix",
]

CONFLATED_COMPONENTS_MAPPING = {
Expand All @@ -62,6 +64,7 @@ class ComponentModel(BugModel):
"External Software Affecting Firefox": "External Software Affecting Firefox::Other",
"WebExtensions": "WebExtensions::Untriaged",
"Firefox Build System": "Firefox Build System::General",
"Fenix": "Fenix::General",
}

def __init__(self, lemmatization=False):
Expand Down

0 comments on commit f4a91d1

Please sign in to comment.