We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a193ddd commit c624835Copy full SHA for c624835
torchci/lib/bot/autoLabelBot.ts
@@ -64,8 +64,6 @@ const filenameRegexToReleaseCategory: [RegExp, string][] = [
64
[/(torch|test)\/quantization/gi, "release notes: quantization"],
65
[/aten\/src\/ATen\/native\/quantized/gi, "release notes: quantization"],
66
[/torch\/nn\/quantiz(ed|able)/gi, "release notes: quantization"],
67
- // package
68
- [/(torch|test)\/package/gi, "release notes: package/deploy"],
69
// mobile
70
[/torch\/csrc\/jit\/mobile/gi, "release notes: mobile"],
71
[/aten\/src\/ATen\/native\/metal/gi, "release notes: mobile"],
0 commit comments