From b338ce35964ce0a919486689b0ad8cb52fcb8223 Mon Sep 17 00:00:00 2001 From: "Celina G. Val" Date: Thu, 16 Nov 2023 11:43:40 -0800 Subject: [PATCH] Allow assigning PRs to members of the project stable MIR These members were granted r+ permission here: https://github.com/rust-lang/team/pull/1110 However, trying to assign a PR to them will trigger a rustbot error: > Failed to set assignee to celinval: invalid assignee >> Note: Only org members with at least the repository "read" role, users with write permissions, or people who have commented on the PR may be assigned. I think the problem is that we also need to add the team as maintainers. --- repos/rust-lang/rust-forge.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/rust-lang/rust-forge.toml b/repos/rust-lang/rust-forge.toml index 380bcd45b..dc8c41684 100644 --- a/repos/rust-lang/rust-forge.toml +++ b/repos/rust-lang/rust-forge.toml @@ -15,6 +15,7 @@ leadership-council = "maintain" libs = "maintain" release = "maintain" triagebot = "maintain" +project-stable-mir = "maintain" [[branch-protections]] pattern = "master"