-
Notifications
You must be signed in to change notification settings - Fork 778
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
Enable protected branch for master? #64
Comments
👍 Haven't actually tried this on any repos yet, but seems like it's worth doing. |
Enabled. Also enabled the required status checks pass. Let's see how it goes. |
Hmm, just ran into the first snag. Trying to merge this: #73, github prevents me from merging because there's been other commits to master since the PR was sent. I get why it's rejecting the push. It's possible that the subsequent commits from master when integrated with the PR branch could cause test failures. So if I'm understanding correctly, every pull request will become unmergeable as soon as we push any new commits to master. =/ So the options:
What I'd like is something like https://github.com/barosl/homu, which can run the tests and merge for you. I'm thinking I'm going to disable the required status checks for now. |
Seems that feature could use an intermediate level to be more practical. Awesome...starred.
I agree I think this is currently the best option. |
Protected branches are a relatively new and handy feature:
https://github.com/blog/2051-protected-branches-and-required-status-checks
At the very least I think we should enable these for
master
:This is also handy too:
The text was updated successfully, but these errors were encountered: