From 88f3de32ae3200aa7d72d99361f0baf36822bb4a Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:54:44 +0100 Subject: [PATCH] Add rfcbot to compiler-team repo Add `rfcbot` to the list of bots to the compiler-team reposiroty so that the bot can edit labels. cf. https://www.github.com/rust-lang/compiler-team/issues/785#issuecomment-2544090585 --- repos/rust-lang/compiler-team.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/compiler-team.toml b/repos/rust-lang/compiler-team.toml index 78ccb6658..b92b25bb4 100644 --- a/repos/rust-lang/compiler-team.toml +++ b/repos/rust-lang/compiler-team.toml @@ -2,7 +2,7 @@ org = "rust-lang" name = "compiler-team" description = "A home for compiler team planning documents, meeting minutes, and other such things." homepage = "https://rust-lang.github.io/compiler-team/" -bots = ["rustbot"] +bots = ["rustbot", "rfcbot"] [access.teams] compiler = "write"