blot icon indicating copy to clipboard operation
blot copied to clipboard

Branch protection on the main branch

Open maxwofford opened this issue 6 months ago • 2 comments

Currently we don't have branch protection warning users they're merging in a change that breaks the build. I'd like to add branch protection to the main branch preventing merge unless CI passes. This wouldn't actually slow down development because merging into main (currently) just fails silently and leaves production on the previous commit. Branch protection can be overwritten, but requires an extra prompt to ensure the user knows they're merging in something that will fail to deploy.

maxwofford avatar Dec 19 '23 03:12 maxwofford