X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=triagebot.toml;h=985e065652d620b021cc1224a45fead4601336b2;hb=b8db4a34ef5b47b1f53ba4995509dda27e6e4bdf;hp=202f9cad57a4376b33db31818a38208386cbeb6d;hpb=5e9772042948002f9c6f60c4c81603170035fffa;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index 202f9cad57a..985e065652d 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -12,6 +12,7 @@ allow-unauthenticated = [ "T-*", "WG-*", "const-hack", + "llvm-main", "needs-fcp", "relnotes", "requires-nightly", @@ -181,6 +182,7 @@ trigger_files = [ "x.ps1", "src/bootstrap", "src/tools/rust-installer", + "src/tools/x", "configure", "Cargo.toml", "Cargo.lock", @@ -572,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"] @@ -581,3 +584,4 @@ fallback = [ "/src/tools/rustdoc-js" = ["rustdoc"] "/src/tools/rustdoc-themes" = ["rustdoc"] "/src/tools/tidy" = ["bootstrap"] +"/src/tools/x" = ["bootstrap"]