Developer permissions can't push to unprotected branches
Created by: stevenwcarter
Developers cannot push merge requests to unprotected branches like the docs state they should be able to. This seems to be caused by the "accept_mr" permission only being given to users with "master" privilege. There should be some additional logic implemented that checks the protected/unprotected nature of a branch compared to the user's assigned role.
This is true as of: df03275e