X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=985e065652d620b021cc1224a45fead4601336b2;hb=01a2a546bea08e6b561f99fe09aa94df3f185bbc;hp=d3f9efcc41c3e4c2941a02349d435e3b909ce495;hpb=9ef0de98152024986dceb52d68f4511dfa344571;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index d3f9efcc41c..985e065652d 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -182,6 +182,7 @@ trigger_files = [ "x.ps1", "src/bootstrap", "src/tools/rust-installer", + "src/tools/x", "configure", "Cargo.toml", "Cargo.lock", @@ -573,6 +574,7 @@ fallback = [ "/src/llvm-project" = ["@cuviper"] "/src/rustdoc-json-types" = ["rustdoc"] "/src/stage0.json" = ["bootstrap"] +"/src/test/ui" = ["compiler"] "/src/tools/cargo" = ["@ehuss", "@joshtriplett"] "/src/tools/compiletest" = ["bootstrap"] "/src/tools/linkchecker" = ["@ehuss"] @@ -582,3 +584,4 @@ fallback = [ "/src/tools/rustdoc-js" = ["rustdoc"] "/src/tools/rustdoc-themes" = ["rustdoc"] "/src/tools/tidy" = ["bootstrap"] +"/src/tools/x" = ["bootstrap"]