File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ special-org-members = [
4242 " bors" ,
4343 " craterbot" ,
4444 " rfcbot" ,
45+ " rust-rfcbot" ,
4546 " rust-embedded-bot" ,
4647 " rust-heroku-deploy-access" ,
4748 " rust-highfive" ,
Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ impl From<&Bot> for BotDetails {
599599 Bot :: Highfive => write_access ( "rust-highfive" ) ,
600600 Bot :: Rustbot => write_access ( "rustbot" ) ,
601601 Bot :: RustTimer => write_access ( "rust-timer" ) ,
602- Bot :: Rfcbot => write_access ( "rfcbot" ) ,
602+ Bot :: Rfcbot => write_access ( "rust- rfcbot" ) ,
603603 Bot :: Craterbot => write_access ( "craterbot" ) ,
604604 Bot :: Glacierbot => write_access ( "rust-lang-glacier-bot" ) ,
605605 Bot :: LogAnalyzer => write_access ( "rust-log-analyzer" ) ,
You can’t perform that action at this time.
0 commit comments