Skip to content

Commit f28436b

Browse files
cc lang-advisors on T-lang FCPs
1 parent 2bd38f9 commit f28436b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/github/nag.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,10 @@ impl<'a> RfcBotComment<'a> {
12021202
msg.push_str("If you spot a major issue that hasn't been raised ");
12031203
msg.push_str("at any point in this process, please speak up!\n");
12041204

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+
12051209
msg.push_str("\nSee [this document](");
12061210
msg.push_str("https://github.com/rust-lang/rfcbot-rs/blob/master/README.md");
12071211
msg.push_str(") for info about what commands tagged team members can give me.");

0 commit comments

Comments
 (0)