Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rust repository under automation #1463

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented May 25, 2024

Repository: https://github.com/rust-lang/rust

I'm not really sure if there's anything left that would be blocking this. We don't really have a distinction between the new bors and old bors in team, so the automation/* branches probably won't work after this change, but I would like to test new bors in bors-kindergarten first anyway.

Extracted from GH:

org = "rust-lang"
name = "rust"
description = "Empowering everyone to build reliable and efficient software."
bots = []

[access.teams]
types = "write"
wg-prioritization = "triage"
wg-triage = "write"
highfive = "write"
libs = "write"
libs-contributors = "write"
rustdoc = "write"
rustfmt = "pull"
wg-rustc-dev-guide = "pull"
style = "write"
lang = "write"
mods = "write"
compiler = "write"
clippy = "write"
lang-ops = "write"
security = "pull"
infra = "write"
project-exploit-mitigations = "write"
opsem = "write"
project-stable-mir = "write"
compiler-contributors = "write"
core = "admin"
libs-api = "write"
bootstrap = "write"
release = "write"
rfcbot = "write"
bors = "write"
cargo = "write"

[access.individuals]
durin42 = "write"
sunfishcode = "write"
Dylan-DPC = "write"
arlosi = "write"
compiler-errors = "write"
MarcoIeni = "admin"
matthewjasper = "write"
eddyb = "write"
cramertj = "write"
WaffleLapkin = "write"
rylev = "admin"
Centri3 = "write"
camelid = "write"
lqd = "write"
CAD97 = "write"
rust-lang-glacier-bot = "write"
joshtriplett = "write"
aliemjay = "write"
joboet = "write"
rustbot = "write"
alex-semenyuk = "write"
matthiaskrgr = "write"
hameerabbasi = "triage"
rust-log-analyzer = "write"
dswij = "write"
Mark-Simulacrum = "admin"
fmease = "write"
bstrie = "write"
tmiasko = "write"
traviscross = "write"
Alexendoo = "write"
TaKO8Ki = "write"
Nemo157 = "write"
jackh726 = "write"
ibraheemdev = "write"
JohnTitor = "write"
KodrAus = "write"
estebank = "write"
pietroalbini = "admin"
SimonSapin = "write"
crlf0710 = "write"
Muirrum = "write"
calebzulawski = "write"
cjgillot = "write"
clubby789 = "write"
rust-highfive = "write"
celinval = "write"
nagisa = "write"
onur-ozkan = "write"
nnethercote = "write"
KittyBorgX = "write"
Zalathar = "write"
chenyukang = "write"
Enselic = "write"
Kobzol = "write"
dtolnay = "write"
jieyouxu = "write"
blyxyas = "write"
flip1995 = "write"
Urgau = "write"
bors = "write"
craterbot = "write"
b-naber = "write"
pitaj = "write"
giraffate = "write"
JakobDegen = "write"
ehuss = "write"
kennytm = "write"
alexcrichton = "write"
alice-i-cecile = "write"
ChrisDenton = "write"
m-ou-se = "write"
the8472 = "write"
tmandry = "write"
oli-obk = "write"
est31 = "write"
michaelwoerister = "write"
Manishearth = "write"
Jarcho = "write"
Noratrieb = "write"
nikomatsakis = "write"
petrochenkov = "write"
lukas-code = "write"
RalfJung = "write"
Amanieu = "write"
cuviper = "write"
apiraino = "write"
bjorn3 = "write"
rfcbot = "write"
rcvalle = "write"
weihanglo = "write"
jsha = "write"
Nadrieril = "write"
Muscraft = "write"
spastorino = "write"
JohnCSimon = "write"
inquisitivecrystal = "triage"
lcnr = "write"
BurntSushi = "write"
jdno = "admin"
nikic = "write"
oskgo = "write"
epage = "write"
lolbinarycat = "write"
tgross35 = "write"
calebcartwright = "write"
SparrowLii = "write"
hkmatsumoto = "triage"
albertlarsan68 = "write"
joelpalmer = "write"
anden3 = "write"
rust-timer = "write"
technetos = "write"
shepmaster = "write"
y21 = "write"
notriddle = "write"
Eh2406 = "write"
saethlin = "write"
xFrednet = "write"
Aaron1011 = "write"
GuillaumeGomez = "write"
BoxyUwU = "write"
tranquillity-codes = "write"
wesleywiser = "write"
pnkfelix = "write"
workingjubilee = "write"
eholk = "write"
llogiq = "write"
yaahc = "write"
flodiebold = "write"
jhpratt = "write"
aDotInTheVoid = "write"
thomcc = "write"
scottmcm = "write"
digama0 = "write"
davidtwco = "write"
fee1-dead = "write"
rust-lang-owner = "admin"

[[branch-protections]]
pattern = "master"
required-approvals = 0
pr-required = false
restrict-pushes = true
allowed-merge-teams = ["bors"]

[[branch-protections]]
pattern = "stable"
required-approvals = 0
pr-required = false
restrict-pushes = true
allowed-merge-teams = ["bors"]

[[branch-protections]]
pattern = "beta"
required-approvals = 0
pr-required = false
restrict-pushes = true
allowed-merge-teams = ["bors"]

[[branch-protections]]
pattern = "*"
required-approvals = 0
pr-required = false
restrict-pushes = true
allowed-merge-teams = ["bors"]

[[branch-protections]]
pattern = "*/**/*"
required-approvals = 0
pr-required = false
restrict-pushes = true

[[branch-protections]]
pattern = "cargo_update"
required-approvals = 0
pr-required = false

[[branch-protections]]
pattern = "automation/bors/try-merge"
required-approvals = 0
pr-required = false
restrict-pushes = true

[[branch-protections]]
pattern = "automation/bors/try"
required-approvals = 0
pr-required = false
restrict-pushes = true

[[branch-protections]]
pattern = "ehuss-test"
required-approvals = 0
pr-required = false

@jackh726
Copy link
Member

@Kobzol is there anything that's come up to block this?

If not, I think the should coordinate some day/time to merge this, with a couple ready to fix things if something goes wrong.

@Kobzol
Copy link
Contributor Author

Kobzol commented Sep 14, 2024

I'm not sure to be honest. I don't think that there's anything blocking this, apart from fear that something will blow up 😆

repos/rust-lang/rust.toml Outdated Show resolved Hide resolved
@Kobzol
Copy link
Contributor Author

Kobzol commented Sep 23, 2024

Updated the PR with the latest information scraped from GitHub (thanks Mark!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants