From e4c99152183b707934a5e46c43c4a2c59480fbeb Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Sun, 27 Nov 2022 13:28:48 +0100 Subject: [PATCH] notify the rust-analyzer team on changes to the rust-analyzer subtree --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 985e065652d..c201e397f84 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -405,6 +405,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"]