From be1e2a41627202ee4c7f5d852f4eee58b293aeee Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 13 Oct 2023 13:00:22 -0700 Subject: [PATCH] Switch triagebot team to maintain role --- repos/rust-lang/triagebot.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/rust-lang/triagebot.toml b/repos/rust-lang/triagebot.toml index d4bd927ff..300405081 100644 --- a/repos/rust-lang/triagebot.toml +++ b/repos/rust-lang/triagebot.toml @@ -4,8 +4,8 @@ description = 'Automation/tooling for Rust spaces' bots = ["rustbot"] [access.teams] -infra = "write" -triagebot = "write" +infra = "maintain" +triagebot = "maintain" [[branch-protections]] pattern = "master"