X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=inline;f=triagebot.toml;h=bc0b88b2babd23256cad271bdf096d082f3eb284;hb=084bbcc2ca15baa4b79e75b577472fdb98586ecf;hp=040274dd5701de61599489ace938a380b1114899;hpb=be188807454001cb8aacffcccfd46adc771268c7;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index 040274dd570..bc0b88b2bab 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -15,7 +15,7 @@ allow-unauthenticated = [ "llvm-main", "needs-fcp", "relnotes", - "requires-nightly", + "requires-*", "regression-*", "perf-*", "AsyncAwait-OnDeck", @@ -334,6 +334,13 @@ cc = ["@rust-lang/wg-mir-opt"] message = "Some changes occurred in const_evaluatable.rs" cc = ["@lcnr"] +[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"] +message = """ +Some changes occurred in engine.rs, potentially modifying the public API \ +of `ObligationCtxt`. +""" +cc = ["@lcnr"] + [mentions."compiler/rustc_error_codes/src/error_codes.rs"] message = "Some changes occurred in diagnostic error codes" cc = ["@GuillaumeGomez"] @@ -405,6 +412,9 @@ cc = ["@rust-lang/clippy"] message = "The Miri subtree was changed" cc = ["@rust-lang/miri"] +[mentions."src/tools/rust-analyzer"] +cc = ["@rust-lang/wg-rls-2"] + [mentions."src/tools/rustfmt"] cc = ["@rust-lang/rustfmt"]