Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: Integration
-
Labels:None
Description
Github introduced protected branches feature:
https://github.com/blog/2051-protected-branches-and-required-status-checks
Can't be force pushed
Can't be deleted
Can't have changes merged into them until required status checks pass
https://help.github.com/articles/about-protected-branches/
Seems like this should be enabled on all our moodle.git branches.