Skip to content

Commit 20c8d66

Browse files
authored
Merge pull request #1964 from rust-lang/new-rfcbot-account
migrate to new rfcbot account
2 parents 1b59676 + ce81b72 commit 20c8d66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

sync-team/src/github/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)