@@ -36,3 +36,111 @@ warn_non_default_branch = true
36
36
37
37
[assign .owners ]
38
38
"*" = [" @ehuss" , " @epage" , " @weihanglo" ]
39
+
40
+ [autolabel ."Command-add" ]
41
+ trigger_files = [" src/bin/cargo/commands/add.rs" , " src/cargo/ops/cargo_add/*" ]
42
+
43
+ [autolabel ."Command-bench" ]
44
+ trigger_files = [" src/bin/cargo/commands/bench.rs" ]
45
+
46
+ [autolabel ."Command-build" ]
47
+ trigger_files = [" src/bin/cargo/commands/build.rs" ]
48
+
49
+ [autolabel ."Command-check" ]
50
+ trigger_files = [" src/bin/cargo/commands/check.rs" ]
51
+
52
+ [autolabel ."Command-clean" ]
53
+ trigger_files = [" src/bin/cargo/commands/clean.rs" , " src/cargo/ops/cargo_clean.rs" ]
54
+
55
+ [autolabel ."Command-doc" ]
56
+ trigger_files = [" src/bin/cargo/commands/doc.rs" , " src/cargo/ops/cargo_doc.rs" ]
57
+
58
+ [autolabel ."Command-fetch" ]
59
+ trigger_files = [" src/bin/cargo/commands/fetch.rs" , " src/cargo/ops/cargo_fetch.rs" ]
60
+
61
+ [autolabel ."Command-fix" ]
62
+ trigger_files = [" src/bin/cargo/commands/fix.rs" , " src/cargo/ops/fix.rs" ]
63
+
64
+ [autolabel ."Command-generate-lockfile" ]
65
+ trigger_files = [" src/bin/cargo/commands/generate_lockfile.rs" , " src/cargo/ops/cargo_generate_lockfile.rs" ]
66
+
67
+ [autolabel ."Command-git-checkout" ]
68
+ trigger_files = [" src/bin/cargo/commands/git_checkout.rs" ]
69
+
70
+ [autolabel ."Command-init" ]
71
+ trigger_files = [" src/bin/cargo/commands/init.rs" ]
72
+
73
+ [autolabel ."Command-install" ]
74
+ trigger_files = [" src/bin/cargo/commands/install.rs" , " src/cargo/ops/cargo_install.rs" ]
75
+
76
+ [autolabel ."Command-locate-project" ]
77
+ trigger_files = [" src/bin/cargo/commands/locate_project.rs" ]
78
+
79
+ [autolabel ."Command-login" ]
80
+ trigger_files = [" src/bin/cargo/commands/login.rs" ]
81
+
82
+ [autolabel ."Command-logout" ]
83
+ trigger_files = [" src/bin/cargo/commands/logout.rs" ]
84
+
85
+ [autolabel ."Command-metadata" ]
86
+ trigger_files = [" src/bin/cargo/commands/metadata.rs" , " src/cargo/ops/cargo_output_metadata.rs" ]
87
+
88
+ [autolabel ."Command-new" ]
89
+ trigger_files = [" src/bin/cargo/commands/new.rs" , " src/cargo/ops/cargo_new.rs" ]
90
+
91
+ [autolabel ."Command-owner" ]
92
+ trigger_files = [" src/bin/cargo/commands/owner.rs" ]
93
+
94
+ [autolabel ."Command-package" ]
95
+ trigger_files = [" src/bin/cargo/commands/package.rs" , " src/cargo/ops/cargo_package.rs" ]
96
+
97
+ [autolabel ."Command-pkgid" ]
98
+ trigger_files = [" src/bin/cargo/commands/pkgid.rs" , " src/cargo/ops/cargo_pkgid.rs" ]
99
+
100
+ [autolabel ."Command-publish" ]
101
+ trigger_files = [" src/bin/cargo/commands/publish.rs" ]
102
+
103
+ [autolabel ."Command-read-manifest" ]
104
+ trigger_files = [" src/bin/cargo/commands/read_manifest.rs" , " src/cargo/ops/cargo_read_manifest.rs" ]
105
+
106
+ [autolabel ."Command-remove" ]
107
+ trigger_files = [" src/bin/cargo/commands/remove.rs" , " src/cargo/ops/cargo_remove.rs" ]
108
+
109
+ [autolabel ."Command-report" ]
110
+ trigger_files = [" src/bin/cargo/commands/report.rs" ]
111
+
112
+ [autolabel ."Command-run" ]
113
+ trigger_files = [" src/bin/cargo/commands/run.rs" , " src/cargo/ops/cargo_run.rs" ]
114
+
115
+ [autolabel ."Command-rustc" ]
116
+ trigger_files = [" src/bin/cargo/commands/rustc.rs" ]
117
+
118
+ [autolabel ."Command-rustdoc" ]
119
+ trigger_files = [" src/bin/cargo/commands/rustdoc.rs" ]
120
+
121
+ [autolabel ."Command-search" ]
122
+ trigger_files = [" src/bin/cargo/commands/search.rs" ]
123
+
124
+ [autolabel ."Command-test" ]
125
+ trigger_files = [" src/bin/cargo/commands/test.rs" , " src/cargo/ops/cargo_test.rs" ]
126
+
127
+ [autolabel ."Command-tree" ]
128
+ trigger_files = [" src/bin/cargo/commands/tree.rs" , " src/cargo/ops/tree/*" ]
129
+
130
+ [autolabel ."Command-uninstall" ]
131
+ trigger_files = [" src/bin/cargo/commands/uninstall.rs" , " src/cargo/ops/cargo_uninstall.rs" ]
132
+
133
+ [autolabel ."Command-update" ]
134
+ trigger_files = [" src/bin/cargo/commands/update.rs" ]
135
+
136
+ [autolabel ."Command-vendor" ]
137
+ trigger_files = [" src/bin/cargo/commands/vendor.rs" , " src/cargo/ops/vendor.rs" ]
138
+
139
+ [autolabel ."Command-verify-project" ]
140
+ trigger_files = [" src/bin/cargo/commands/verify_project.rs" ]
141
+
142
+ [autolabel ."Command-version" ]
143
+ trigger_files = [" src/bin/cargo/commands/version.rs" ]
144
+
145
+ [autolabel ."Command-yank" ]
146
+ trigger_files = [" src/bin/cargo/commands/yank.rs" ]
0 commit comments