File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1186,13 +1186,20 @@ impl<'a> RfcBotComment<'a> {
11861186 Self :: add_comment_url ( issue, & mut msg, status_comment_id) ;
11871187 msg. push_str ( "), is now **complete**." ) ;
11881188
1189+ msg. push_str ( "\n \n As 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." ) ;
1193+
11891194 match disposition {
1190- FcpDisposition :: Merge => { }
1195+ FcpDisposition :: Merge => {
1196+ msg. push_str ( "\n \n The RFC will be merged soon." ) ;
1197+ }
11911198 FcpDisposition :: Close if can_ffcp_close ( issue) => {
1192- msg. push_str ( "\n \n By the power vested in me by Rust, I hereby close this RFC ." ) ;
1199+ msg. push_str ( "\n \n The RFC is now closed ." ) ;
11931200 } ,
11941201 FcpDisposition :: Postpone if can_ffcp_postpone ( issue) => {
1195- msg. push_str ( "\n \n By the power vested in me by Rust, I hereby postpone this RFC ." ) ;
1202+ msg. push_str ( "\n \n The RFC is now postponed ." ) ;
11961203 } ,
11971204 _ => { } ,
11981205 }
You can’t perform that action at this time.
0 commit comments