X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=ceda7ef5f1658138848069bbe8d8c0a0b8d70cbf;hb=bff8078fb41f34f65dbde7d25ed465ff1c3c4b2b;hp=8a90bc0e3c143c91f8d9ca8c2cc87e396da1ef11;hpb=1484742f4ab19cbca9de4156bf42a67d08a3c58f;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index 8a90bc0e3c1..ceda7ef5f16 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -195,6 +195,13 @@ trigger_files = [ "compiler/rustc_macros/src/diagnostics" ] +[autolabel."A-query-system"] +trigger_files = [ + "compiler/rustc_query_system", + "compiler/rustc_query_impl", + "compiler/rustc_macros/src/query.rs" +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}" @@ -309,9 +316,6 @@ Examples of `T-libs-api` changes: * Changing observable runtime behavior of library APIs """ -[mentions."library/proc_macro/src/bridge"] -cc = ["@rust-lang/wg-rls-2"] - [mentions."src/librustdoc/clean/types.rs"] cc = ["@camelid"] @@ -341,6 +345,7 @@ cc = [ "@CraftSpider", "@aDotInTheVoid", "@Enselic", + "@obi1kenobi", ] [mentions."src/tools/cargo"]