rust-lang / team

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

remove branch protections from regex repo #1299

Closed BurntSushi closed 6 months ago

BurntSushi commented 6 months ago

Commit 55158aeb89463e1fc2d8e5b5321810cb70757fc3 introduced automation for the regex repo but also enabled branch protection for master. The regex repo has never used branch protection and it is low traffic enough to be annoying.

While most changes go in through a PR, I do for example push directly to master when cutting a release (which is done through my own automation locally).

Kobzol commented 6 months ago

Sorry for that. I'm trying to proactively add branch protections where they were missing, but it's probably too annoying sometimes, even without any CI checks or required approvals.