about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-11-29 05:24:22 +0100
committerGitHub <noreply@github.com>2022-11-29 05:24:22 +0100
commitcea2e14ba266ab80bc679c59dd07ebfa03811952 (patch)
tree90d4f1957f4c9ce230b6f2628924b078c14da62d
parente674b34d56b41657bddfcaa69fd224edd19f0b24 (diff)
parente4c99152183b707934a5e46c43c4a2c59480fbeb (diff)
downloadrust-cea2e14ba266ab80bc679c59dd07ebfa03811952.tar.gz
rust-cea2e14ba266ab80bc679c59dd07ebfa03811952.zip
Rollup merge of #104978 - Veykril:patch-2, r=jyn514
notify the rust-analyzer team on changes to the rust-analyzer subtree

As proposed in https://github.com/rust-lang/rust-analyzer/pull/13676#issuecomment-1327621946
-rw-r--r--triagebot.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index e43287700ba..bc0b88b2bab 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -412,6 +412,9 @@ cc = ["@rust-lang/clippy"]
 message = "The Miri subtree was changed"
 cc = ["@rust-lang/miri"]
 
+[mentions."src/tools/rust-analyzer"]
+cc = ["@rust-lang/wg-rls-2"]
+
 [mentions."src/tools/rustfmt"]
 cc = ["@rust-lang/rustfmt"]