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 measureme repository under automation #1188

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Jan 9, 2024

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

CC @michaelwoerister

Extracted from GH:

org = "rust-lang"
name = "measureme"
description = "Support crate for rustc's self-profiling feature"
bots = []

[access.teams]
security = "pull"
compiler = "admin"

[access.individuals]
compiler-errors = "admin"
Aaron1011 = "admin"
wesleywiser = "admin"
cjgillot = "admin"
nagisa = "admin"
pnkfelix = "admin"
rylev = "admin"
jdno = "admin"
pietroalbini = "admin"
jackh726 = "admin"
estebank = "admin"
michaelwoerister = "admin"
Mark-Simulacrum = "admin"
matthewjasper = "admin"
rust-lang-owner = "admin"
petrochenkov = "admin"
oli-obk = "admin"
eddyb = "admin"
davidtwco = "admin"
lcnr = "admin"
bors = "write"
badboy = "admin"

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

[[branch-protections]]
pattern = "stable"
ci-checks = ["bors build finished"]
dismiss-stale-review = false
pr-required = true
review-required = true

@michaelwoerister
Copy link
Member

@Kobzol, do you have a link to some documentation what the consequences of this are. Are these GH settings or is it related to bors or rustbot?

cc @wesleywiser, who might be interested in this too.

@Kobzol
Copy link
Contributor Author

Kobzol commented Jan 10, 2024

The TOML file is documented here, but I think that it will be faster if I sum it up. These permissions are related to GitHub. Since this PR specifies bots = ["bors"], this basically overrides a lot of stuff to get the repo working with bors (as it was previously). This means that only bors is allowed to push to the protected branches.

@michaelwoerister
Copy link
Member

Thanks! This looks good to me then. We'll come bug you if there's a problem 😉

@rylev rylev merged commit df210b4 into rust-lang:master Jan 10, 2024
1 check passed
@Kobzol Kobzol deleted the repo-measureme branch January 24, 2024 10:39
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