File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,11 @@ trigger_files = [
183183 " x.ps1" ,
184184 " src/bootstrap" ,
185185 " src/tools/rust-installer" ,
186+ " configure" ,
187+ " Cargo.toml" ,
188+ " Cargo.lock" ,
189+ " config.toml.example" ,
190+ " src/stage0.json"
186191]
187192
188193[autolabel ."T-infra" ]
@@ -210,6 +215,38 @@ trigger_files = [
210215 " compiler/rustc_macros/src/query.rs"
211216]
212217
218+ [autolabel ."A-testsuite" ]
219+ trigger_files = [
220+ " src/test" ,
221+ " src/ci" ,
222+ " src/tools/compiletest" ,
223+ " src/tools/cargotest" ,
224+ " src/tools/tidy" ,
225+ " src/tools/remote-test-server" ,
226+ " src/tools/remote-test-client" ,
227+ " src/tools/tier-check"
228+ ]
229+
230+ [autolabel ."A-meta" ]
231+ trigger_files = [
232+ " triagebot.toml" ,
233+ " rustfmt.toml" ,
234+ " LICENSES" ,
235+ " README.md" ,
236+ " CONTRIBUTING.md" ,
237+ " .reuse" ,
238+ " .mailmap" ,
239+ " .git-blame-ignore-revs" ,
240+ " .editorconfig"
241+ ]
242+
243+ [autolabel ."T-release" ]
244+ trigger_files = [
245+ " RELEASES.md" ,
246+ " src/stage0.json" ,
247+ " src/version"
248+ ]
249+
213250[notify-zulip ."I-prioritize" ]
214251zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
215252topic = " #{number} {title}"
You can’t perform that action at this time.
0 commit comments