Allow maintainers/developers to resolve merge conflicts in the web UI from a protected branch if defined in settings.
### Problem to solve As a maintainer, I want to be able to resolve a merge conflict in the web UI for a protected branch so that I can quickly resolve minor conflicts. It has been bothering us a lot to go through the entire CLI process if it's only a minor conflict that could be resolved in a couple of seconds over the web UI. ![Screenshot_2020-04-09_at_17.23.18](/uploads/6f6131041d88baa864ddfce6ca82ad52/Screenshot_2020-04-09_at_17.23.18.png) ### Intended users - Developers - Maintainers ### Proposal Add a third column in the protected branch settings: The naming of the column could be optimized. ![Screenshot_2020-04-09_at_17.45.34](/uploads/af80b700814a94a0c82b2ab62937ebae/Screenshot_2020-04-09_at_17.45.34.png)
issue