We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd38f9 commit f28436bCopy full SHA for f28436b
src/github/nag.rs
@@ -1202,6 +1202,10 @@ impl<'a> RfcBotComment<'a> {
1202
msg.push_str("If you spot a major issue that hasn't been raised ");
1203
msg.push_str("at any point in this process, please speak up!\n");
1204
1205
+ if issue.labels.iter().any(|l| l == "T-lang") {
1206
+ msg.push_str("\ncc @rust-lang/lang-advisors: FCP proposed for lang, please feel free to register concerns.");
1207
+ }
1208
+
1209
msg.push_str("\nSee [this document](");
1210
msg.push_str("https://github.com/rust-lang/rfcbot-rs/blob/master/README.md");
1211
msg.push_str(") for info about what commands tagged team members can give me.");
0 commit comments