rust-lang / team

Rust teams structure
Apache License 2.0
306 stars 285 forks source link

Add rust-installer repository under automation #1277

Closed Kobzol closed 7 months ago

Kobzol commented 7 months ago

Repo: https://github.com/rust-lang/rust-installer

Assigned to infra, according to https://hackmd.io/@rust-leadership-council/Bk6ge9Xu6.

Extracted from GH:

org = "rust-lang"
name = "rust-installer"
description = "The Bourne shell installer used by Rust and Cargo"
bots = []

[access.teams]
core = "admin"
security = "pull"
highfive = "write"

[access.individuals]
badboy = "admin"
pietroalbini = "admin"
jdno = "admin"
rylev = "admin"
Mark-Simulacrum = "admin"
rustbot = "write"
rust-highfive = "write"
rust-lang-owner = "admin"

[[branch-protections]]
pattern = "master"
ci-checks = []
dismiss-stale-review = false
pr-required = true
review-required = true