X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=89edab91fcd701a29107e03d6886b273bcca7122;hb=d8b382105f1cb6faeb7e500481720d3433bf87ae;hp=8a90bc0e3c143c91f8d9ca8c2cc87e396da1ef11;hpb=e63424db1961215f145befa6d362347fefcef9a1;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index 8a90bc0e3c1..89edab91fcd 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"]