We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac93b2 commit e8ddcfcCopy full SHA for e8ddcfc
src/github/nag.rs
@@ -1187,9 +1187,8 @@ impl<'a> RfcBotComment<'a> {
1187
msg.push_str("), is now **complete**.");
1188
1189
msg.push_str("\n\nAs the automated representative of the governance process, \
1190
- I would like to thank @");
1191
- msg.push_str(&author.login);
1192
- msg.push_str(" for their work and everyone else who contributed.");
+ I would like to thank the author for their work and everyone else \
+ who contributed.");
1193
1194
match disposition {
1195
FcpDisposition::Merge => {
0 commit comments