about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-27 03:15:31 +0000
committerbors <bors@rust-lang.org>2022-10-27 03:15:31 +0000
commit44fcfb0a9606fa08ea293a71f2e6d470227ef9df (patch)
tree067c07ce75522272e62c025d4fce9c5954c5a508
parentdf57f7b438660071fd8e2c8b587b8e38e36b47bd (diff)
parent27a6280eca979fa28582ea79d3e4736a298b13bd (diff)
downloadrust-44fcfb0a9606fa08ea293a71f2e6d470227ef9df.tar.gz
rust-44fcfb0a9606fa08ea293a71f2e6d470227ef9df.zip
Auto merge of #103605 - ehuss:mentions-spec, r=Mark-Simulacrum
Add Target Tier Policy notification.

This adds a notification posted to PRs when they add/modify a target spec.

This was hard-coded in highfive. I forgot to include this in https://github.com/rust-lang/rust/pull/103492.
-rw-r--r--triagebot.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index fb6287c5526..202f9cad57a 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -422,6 +422,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"