diff options
| author | bors <bors@rust-lang.org> | 2022-10-27 03:15:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-27 03:15:31 +0000 |
| commit | 44fcfb0a9606fa08ea293a71f2e6d470227ef9df (patch) | |
| tree | 067c07ce75522272e62c025d4fce9c5954c5a508 | |
| parent | df57f7b438660071fd8e2c8b587b8e38e36b47bd (diff) | |
| parent | 27a6280eca979fa28582ea79d3e4736a298b13bd (diff) | |
| download | rust-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.toml | 6 |
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" |
