Skip to content

Commit c624835

Browse files
authored
Remove package/deploy from autolabelbot.ts (#6541)
package is not worked on today + has no real owner so most changes are not user facing (BE). we should stop automating adding such a label
1 parent a193ddd commit c624835

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

torchci/lib/bot/autoLabelBot.ts

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ const filenameRegexToReleaseCategory: [RegExp, string][] = [
6464
[/(torch|test)\/quantization/gi, "release notes: quantization"],
6565
[/aten\/src\/ATen\/native\/quantized/gi, "release notes: quantization"],
6666
[/torch\/nn\/quantiz(ed|able)/gi, "release notes: quantization"],
67-
// package
68-
[/(torch|test)\/package/gi, "release notes: package/deploy"],
6967
// mobile
7068
[/torch\/csrc\/jit\/mobile/gi, "release notes: mobile"],
7169
[/aten\/src\/ATen\/native\/metal/gi, "release notes: mobile"],

0 commit comments

Comments
 (0)