X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=d3f9efcc41c3e4c2941a02349d435e3b909ce495;hb=656f56c2d697488bd775449c8e711c5cd1070901;hp=fb6287c5526c01fcb8c9ef3de21c8fde1398f44b;hpb=6e1de0e9aafd5bee8cb69c6119d2d65a3a0e845f;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index fb6287c5526..d3f9efcc41c 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -12,6 +12,7 @@ allow-unauthenticated = [ "T-*", "WG-*", "const-hack", + "llvm-main", "needs-fcp", "relnotes", "requires-nightly", @@ -422,6 +423,12 @@ cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"] message = "`rustc_macros::diagnostics` was changed" cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"] +[mentions."compiler/rustc_target/src/spec"] +message = """ +These commits modify **compiler targets**. +(See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).) +""" + [assign] warn_non_default_branch = true contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"