void-infrastructure icon indicating copy to clipboard operation
void-infrastructure copied to clipboard

Protect master branches

Open ericonr opened this issue 5 years ago • 1 comments

No reason to allow force pushes in important repos, like void-packages and void-docs, and accidents can happen. I'm not sure I understand how to apply this, though.

Ref: https://www.terraform.io/docs/providers/github/r/branch_protection.html

ericonr avatar Oct 05 '20 19:10 ericonr

Typically you would enforce this at the source, here on github. You enable it as a repo setting. Admin permissions required of course.

hholst80 avatar Jul 05 '23 19:07 hholst80