Skip to content

Commit 27a6280

Browse files
committed
Add Target Tier Policy notification.
1 parent 36285c5 commit 27a6280

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)