From d6ef4c5d335f378fd29dbe5ab664a0cb8a59a7f9 Mon Sep 17 00:00:00 2001 From: jyn Date: Fri, 23 May 2025 16:15:04 -0400 Subject: [PATCH 1/2] let anyone in the org approve PRs to Forge forge is for everyone, so don't restrict it. in any case, there is very little downside to "eagerly" merging documentation prs, since it's easy to fix them in followups and they can't cause nightly breakage. --- repos/rust-lang/rust-forge.toml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/repos/rust-lang/rust-forge.toml b/repos/rust-lang/rust-forge.toml index 76202f581..6b215ff3d 100644 --- a/repos/rust-lang/rust-forge.toml +++ b/repos/rust-lang/rust-forge.toml @@ -5,19 +5,7 @@ homepage = "https://forge.rust-lang.org/" bots = ["rustbot"] [access.teams] -community = "maintain" -compiler = "maintain" -crates-io = "maintain" -docs-rs = "maintain" -infra = "maintain" -lang = "maintain" -lang-ops = "maintain" -leadership-council = "maintain" -libs = "maintain" -libs-api = "maintain" -edition = "maintain" -release = "maintain" -triagebot = "maintain" +all = "maintain" [[branch-protections]] pattern = "master" From f07eac0523c146ef868ef31654741d1b1b2c8397 Mon Sep 17 00:00:00 2001 From: jyn Date: Sat, 24 May 2025 19:25:27 -0400 Subject: [PATCH 2/2] downgrade permissions to "write" --- repos/rust-lang/rust-forge.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/rust-lang/rust-forge.toml b/repos/rust-lang/rust-forge.toml index 6b215ff3d..b1e6d4ec8 100644 --- a/repos/rust-lang/rust-forge.toml +++ b/repos/rust-lang/rust-forge.toml @@ -5,7 +5,8 @@ homepage = "https://forge.rust-lang.org/" bots = ["rustbot"] [access.teams] -all = "maintain" +all = "write" +infra = "maintain" [[branch-protections]] pattern = "master"