about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2023-11-25 10:21:07 +0100
committerGitHub <noreply@github.com>2023-11-25 10:21:07 +0100
commit969a77360df386b26ce009ea004d07161b3d3c4c (patch)
tree6a48cee64b0aae450e0455e1869366435566ab14
parent8e606a6928dc5ae15ab7c5cc579bb9d17845c8a1 (diff)
parent7a6dce3305d296daa1d77f8716923faa461a135e (diff)
downloadrust-969a77360df386b26ce009ea004d07161b3d3c4c.tar.gz
rust-969a77360df386b26ce009ea004d07161b3d3c4c.zip
Rollup merge of #118255 - dtolnay:mentionsrustanalyzer, r=Mark-Simulacrum
Request that rust-analyzer changes are sent upstream first if possible

This automates `@lnicola's` comment https://github.com/rust-lang/rust/pull/118253#issuecomment-1825925242.

Rustbot will write a comment similar to https://github.com/rust-lang/rust/pull/116743#issuecomment-1763178813.
-rw-r--r--triagebot.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index bfb9ab2a792..c1482769852 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -533,6 +533,12 @@ message = "The Miri subtree was changed"
 cc = ["@rust-lang/miri"]
 
 [mentions."src/tools/rust-analyzer"]
+message = """
+rust-analyzer is developed in its own repository. If possible, consider making \
+this change to [rust-lang/rust-analyzer] instead.
+
+[rust-lang/rust-analyzer]: https://github.com/rust-lang/rust-analyzer
+"""
 cc = ["@rust-lang/rust-analyzer"]
 
 [mentions."src/tools/rustfmt"]