Pin the default branch to the top of the protected branches list
## Problem Currently the `default` branch is not always at the top protected branches list. The ideal situation would be for the `default` branch to display at the protected branches list. ## Screenshots ![image](/uploads/4e6be187ff9a98dac33469831815a6d7/image.png) ## Proposal In `app/controllers/projects/settings/repository_controller.rb` order `@protected_branches` by default branches.
issue