From 7e0cacb13245f64d8968d93039fa1d413f0efd38 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Mon, 22 Jun 2026 21:55:06 +0800 Subject: [PATCH] Register rfcbot for Forge Since we do have a few FCPs going on there, and it'd be nice for the FCP labels to be used. --- repos/rust-lang/rust-forge.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/rust-forge.toml b/repos/rust-lang/rust-forge.toml index d0101470d..631a5e3a5 100644 --- a/repos/rust-lang/rust-forge.toml +++ b/repos/rust-lang/rust-forge.toml @@ -2,7 +2,7 @@ org = 'rust-lang' name = 'rust-forge' description = 'Information useful to people contributing to Rust' homepage = "https://forge.rust-lang.org/" -bots = ["rustbot"] +bots = ["rustbot", "rfcbot"] [access.teams] community = "maintain"