Allow Merge pull requests but forbid pushing
Created by: darinkes
Hi,
Is it possible in a group project to give members the ability to create&merge pull requests, but forbid to directly push into the repo. Target is that all changes have to be submitted via a Pull Request to enforce a review.
Also a nice Option would be to enforce the person who accepts the pull request is not the creator of the pull request.
I've checked https://github.com/gitlabhq/gitlabhq/blob/master/app/models/ability.rb, but there seems to be no role for this.
Thanks in advance