From 588e284aa133e9de9f543feb2f285ef37befaddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 7 Mar 2025 09:36:10 +0100 Subject: [PATCH] Add infra-admins explicitly to sync-team --- repos/rust-lang/sync-team.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/rust-lang/sync-team.toml b/repos/rust-lang/sync-team.toml index 774d67803..056d94400 100644 --- a/repos/rust-lang/sync-team.toml +++ b/repos/rust-lang/sync-team.toml @@ -5,6 +5,7 @@ bots = [] [access.teams] infra = "write" +infra-admins = "admin" [[branch-protections]] pattern = "master"