Skip to content

Commit 482a7a6

Browse files
authored
Add autolabeling for export (#5739)
idk how to test this
1 parent d529212 commit 482a7a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

torchci/lib/bot/autoLabelBot.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ const filenameRegexToReleaseCategory: [RegExp, string][] = [
3838
[/distributed.*fsdp/gi, "release notes: distributed (fsdp)"],
3939
[/distributed.*rpc/gi, "release notes: distributed (rpc)"],
4040
[/distributed.*elastic/gi, "release notes: distributed (torchelastic)"],
41+
// export
42+
[/torch\/export/gi, "release notes: export"],
43+
[/torch\/_export/gi, "release notes: export"],
4144
// vulkan
4245
[/vulkan/gi, "release notes: vulkan"],
4346
// foreach_frontend

0 commit comments

Comments
 (0)