X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=1f1b1f1110dbfb044af6ed32364aaec16609dc5d;hb=31c20210b9683f983953e1a4e45db94146b3c7cb;hp=58108dac496b65e0ce72e6da34bf6fc6df69cf6b;hpb=fe075319e6d21ffce8978b8861de1f8b34cd7bcc;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index 58108dac496..1f1b1f1110d 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -120,12 +120,12 @@ trigger_files = [ "src/rustdoc-json-types", # Tests - "src/test/rustdoc", - "src/test/rustdoc-ui", - "src/test/rustdoc-gui", - "src/test/rustdoc-js", - "src/test/rustdoc-js-std", - "src/test/rustdoc-json", + "tests/rustdoc", + "tests/rustdoc-ui", + "tests/rustdoc-gui", + "tests/rustdoc-js", + "tests/rustdoc-js-std", + "tests/rustdoc-json", # Internal tooling "src/etc/htmldocck.py", @@ -143,7 +143,7 @@ exclude_labels = [ trigger_files = [ "src/librustdoc/json/", "src/rustdoc-json-types", - "src/test/rustdoc-json", + "tests/rustdoc-json", "src/tools/jsondocck", "src/tools/jsondoclint", ] @@ -154,7 +154,7 @@ trigger_files = [ "compiler", # Tests - "src/test/ui", + "tests/ui", ] exclude_labels = [ "T-*", @@ -249,6 +249,11 @@ trigger_files = [ [autolabel."S-waiting-on-review"] new_pr = true +[autolabel."WG-trait-system-refactor"] +trigger_files = [ + "compiler/rustc_trait_selection/solve" +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}" @@ -344,14 +349,14 @@ cc = ["@BoxyUwU"] [mentions."compiler/rustc_trait_selection/src/solve/"] message = "Some changes occurred to the core trait solver" -cc = ["@lcnr"] +cc = ["@rust-lang/initiative-trait-system-refactor"] [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"] +cc = ["@lcnr", "@compiler-errors"] [mentions."compiler/rustc_error_codes/src/error_codes.rs"] message = "Some changes occurred in diagnostic error codes" @@ -487,12 +492,10 @@ libs = [ ] bootstrap = [ "@Mark-Simulacrum", - "@jyn514", ] infra-ci = [ "@Mark-Simulacrum", "@pietroalbini", - "@jyn514", ] rustdoc = [ "@jsha", @@ -603,7 +606,7 @@ fallback = [ "/src/llvm-project" = ["@cuviper"] "/src/rustdoc-json-types" = ["rustdoc"] "/src/stage0.json" = ["bootstrap"] -"/src/test/ui" = ["compiler"] +"/tests/ui" = ["compiler"] "/src/tools/cargo" = ["@ehuss", "@joshtriplett"] "/src/tools/compiletest" = ["bootstrap"] "/src/tools/linkchecker" = ["@ehuss"]