rust-lang / team

Rust teams structure
Apache License 2.0
308 stars 284 forks source link

Add packed_simd repository under automation #1315

Closed Kobzol closed 5 months ago

Kobzol commented 6 months ago

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

CC @workingjubilee regarding the permissions.

Extracted from GH:

org = "rust-lang"
name = "packed_simd"
description = "Portable Packed SIMD Vectors for Rust standard library"
bots = []

[access.teams]
libs-contributors = "write"
security = "pull"
libs-api = "write"
libs = "write"
project-portable-simd = "write"

[access.individuals]
thomcc = "write"
jdno = "admin"
miguelraz = "write"
Mark-Simulacrum = "admin"
the8472 = "write"
m-ou-se = "write"
yaahc = "write"
sunfishcode = "write"
calebzulawski = "write"
JohnTitor = "write"
badboy = "admin"
SimonSapin = "write"
rylev = "admin"
KodrAus = "write"
workingjubilee = "write"
GabrielMajeri = "write"
cuviper = "write"
joshtriplett = "write"
Amanieu = "write"
dtolnay = "write"
programmerjake = "write"
cramertj = "write"
pietroalbini = "admin"
Nilstrieb = "write"
ChrisDenton = "write"
BurntSushi = "write"
gnzlbg = "admin"
rust-lang-owner = "admin"
kennytm = "write"
workingjubilee commented 5 months ago

Yeah, that seems basically fine. Thanks!