diff --git a/repos/archive/rust-lang/sync-team.toml b/repos/archive/rust-lang/sync-team.toml new file mode 100644 index 000000000..3e59e8df2 --- /dev/null +++ b/repos/archive/rust-lang/sync-team.toml @@ -0,0 +1,6 @@ +org = "rust-lang" +name = "sync-team" +description = "Synchronize the team repository with the services we use" +bots = [] + +[access.teams] diff --git a/repos/rust-lang/sync-team.toml b/repos/rust-lang/sync-team.toml deleted file mode 100644 index 90aa7bffb..000000000 --- a/repos/rust-lang/sync-team.toml +++ /dev/null @@ -1,13 +0,0 @@ -org = "rust-lang" -name = "sync-team" -description = "Synchronize the team repository with the services we use" -bots = [] - -[access.teams] -infra = "write" -infra-admins = "maintain" - -[[branch-protections]] -pattern = "master" -ci-checks = ["CI"] -allowed-merge-teams = ["infra-admins"]