rust-lang / team

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

Add promote-release repository under automation #1278

Closed Kobzol closed 7 months ago

Kobzol commented 7 months ago

Repo: https://github.com/rust-lang/promote-release

Extracted from GH:

org = "rust-lang"
name = "promote-release"
description = "Tooling to publish Rust releases."
bots = []

[access.teams]
infra = "write"
security = "pull"

[access.individuals]
shepmaster = "write"
Mark-Simulacrum = "admin"
Kobzol = "write"
rust-lang-owner = "admin"
badboy = "admin"
pietroalbini = "admin"
kennytm = "write"
jdno = "admin"
rylev = "admin"

[[branch-protections]]
pattern = "master"
ci-checks = [
    "Local release (beta)",
    "Local release (nightly)",
    "Local release (stable)",
    "Build Docker image",
    "Test",
]
dismiss-stale-review = false
pr-required = true
review-required = false
Kobzol commented 7 months ago

Used infra according to https://hackmd.io/@rust-leadership-council/Bk6ge9Xu6. But yeah, maybe release is a better fit. CC @Mark-Simulacrum

pietroalbini commented 7 months ago

The tool is maintained by infra.