Skip to content

Commit 44fcfb0

Browse files
committed
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 #103492.
2 parents df57f7b + 27a6280 commit 44fcfb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

triagebot.toml

+6
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,12 @@ cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
422422
message = "`rustc_macros::diagnostics` was changed"
423423
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
424424

425+
[mentions."compiler/rustc_target/src/spec"]
426+
message = """
427+
These commits modify **compiler targets**.
428+
(See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).)
429+
"""
430+
425431
[assign]
426432
warn_non_default_branch = true
427433
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"

0 commit comments

Comments
 (0)