Skip to content

Commit e8ddcfc

Browse files
Centrilanp
authored andcommitted
Refer to author indirectly (#266)
This is a quick-fix since the comment-author refers to the team member who FCPed
1 parent 4ac93b2 commit e8ddcfc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/github/nag.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1187,9 +1187,8 @@ impl<'a> RfcBotComment<'a> {
11871187
msg.push_str("), is now **complete**.");
11881188

11891189
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.");
1190+
I would like to thank the author for their work and everyone else \
1191+
who contributed.");
11931192

11941193
match disposition {
11951194
FcpDisposition::Merge => {

0 commit comments

Comments
 (0)