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 llvm-project repository under automation #1208

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Jan 15, 2024

Repo: https://github.com/rust-lang/llvm-project

I kept the branch protections, although I'm not sure if they are even needed on this repo.

CC @nikic

Extracted from GH:

org = "rust-lang"
name = "llvm-project"
description = "Rust-specific fork of LLVM."
bots = []

[access.teams]
wg-llvm = "maintain"
core = "admin"
security = "pull"

[access.individuals]
cuviper = "maintain"
badboy = "admin"
jdno = "admin"
pietroalbini = "admin"
nikic = "maintain"
nagisa = "maintain"
rust-lang-owner = "admin"
Mark-Simulacrum = "admin"
rylev = "admin"

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

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

@nikic
Copy link
Contributor

nikic commented Jan 15, 2024

Looks reasonable to me.

@rylev rylev merged commit ab22f91 into rust-lang:master Jan 22, 2024
1 check passed
@Kobzol Kobzol deleted the repo-llvm-project branch January 22, 2024 10:14
nikic added a commit to nikic/team that referenced this pull request Feb 12, 2024
To restore to something that more closely resembles the state before rust-lang#1208. Merging new changes from upstream release branches into our fork doesn't really benefit from going through a PR or review, especially for work-in-progress upgrade branches.

I would have preferred to keep the "no force push and branch deletion" part of the branch protection, but it looks like disabling the PR requirement is not supported.
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