diff --git a/torchci/lib/bot/autoLabelBot.ts b/torchci/lib/bot/autoLabelBot.ts index 65e86328da..bba5ce4a71 100644 --- a/torchci/lib/bot/autoLabelBot.ts +++ b/torchci/lib/bot/autoLabelBot.ts @@ -17,6 +17,7 @@ import { const IssueAndPRRegexToLabel: [RegExp, string][] = [ [/rocm/gi, "module: rocm"], [/vulkan/gi, "module: vulkan"], + [/helion/gi, "module: helion"], ]; // List of regex patterns for assigning labels to Pull Requests