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 = [
42
42
" bors" ,
43
43
" craterbot" ,
44
44
" rfcbot" ,
45
+ " rust-rfcbot" ,
45
46
" rust-embedded-bot" ,
46
47
" rust-heroku-deploy-access" ,
47
48
" rust-highfive" ,
Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ impl From<&Bot> for BotDetails {
599
599
Bot :: Highfive => write_access ( "rust-highfive" ) ,
600
600
Bot :: Rustbot => write_access ( "rustbot" ) ,
601
601
Bot :: RustTimer => write_access ( "rust-timer" ) ,
602
- Bot :: Rfcbot => write_access ( "rfcbot" ) ,
602
+ Bot :: Rfcbot => write_access ( "rust- rfcbot" ) ,
603
603
Bot :: Craterbot => write_access ( "craterbot" ) ,
604
604
Bot :: Glacierbot => write_access ( "rust-lang-glacier-bot" ) ,
605
605
Bot :: LogAnalyzer => write_access ( "rust-log-analyzer" ) ,
You can’t perform that action at this time.
0 commit comments