Skip to content

Commit

Permalink
Drop branch protections on llvm-project
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nikic authored Feb 12, 2024
1 parent 1ff0fa9 commit 50c848d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions repos/rust-lang/llvm-project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ bots = []

[access.teams]
wg-llvm = "maintain"

[[branch-protections]]
pattern = "rustc/*"

[[branch-protections]]
pattern = "master"

0 comments on commit 50c848d

Please sign in to comment.