rust-lang / team

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

Add annotate-snippets-rs repository under automation #1287

Closed Kobzol closed 6 months ago

Kobzol commented 7 months ago

Repo: https://github.com/rust-lang/annotate-snippets-rs

Assigned to compiler and devtools according to https://hackmd.io/@rust-leadership-council/Bk6ge9Xu6.

CC @Muscraft

Extracted from GH:

org = "rust-lang"
name = "annotate-snippets-rs"
description = "Library for snippet annotations"
bots = []

[access.teams]
bors = "write"
bots = "write"
compiler = "write"
infra = "write"
mods = "write"
security = "pull"

[access.individuals]
shepmaster = "write"
jackh726 = "write"
eddyb = "write"
Mark-Simulacrum = "admin"
kennytm = "write"
zbraniecki = "admin"
Aaron1011 = "write"
pietroalbini = "admin"
nagisa = "write"
rust-timer = "write"
badboy = "admin"
oli-obk = "write"
jdno = "admin"
rylev = "admin"
estebank = "write"
matthewjasper = "write"
lcnr = "write"
michaelwoerister = "write"
rust-highfive = "write"
technetos = "write"
bors = "write"
rust-lang-owner = "admin"
pnkfelix = "write"
rustbot = "write"
wesleywiser = "write"
compiler-errors = "write"
Kobzol = "write"
cjgillot = "write"
Muscraft = "maintain"
Manishearth = "admin"
davidtwco = "write"
petrochenkov = "write"

[[branch-protections]]
pattern = "master"
required-approvals = 0
pr-required = false
Muscraft commented 7 months ago

CC @zbraniecki

Kobzol commented 7 months ago

Switched to cargo and wg-diagnostics :+1:

Kobzol commented 7 months ago

I saw you removed me as explicitly having write permissions as I am under cargo and I am fine with this for now, but if cargo is ever removed, I will need to be added explicitly.

Yeah, that's not a problem, we can change the permissions quite quickly if needed.

Kobzol commented 6 months ago

I think that it's just waiting for a merge :)