diff --git a/torchci/lib/bot/pytorchBotHandler.ts b/torchci/lib/bot/pytorchBotHandler.ts index 64d0855bd7..0ad1387f3b 100644 --- a/torchci/lib/bot/pytorchBotHandler.ts +++ b/torchci/lib/bot/pytorchBotHandler.ts @@ -456,6 +456,7 @@ The explanation needs to be clear on why this is needed. Here are some good exam await this.dispatchEvent("try-cherry-pick", { branch: branch, fixes: fixes, + classification: classification, requiresIssue: classificationData.requiresIssue, classificationHelp: classificationData.help, });