Protected master branch prevents developer from pushing to wiki repo but not editing from wiki web UI
Created by: bbodenmiller
It appears that protecting the master
branch prevents a developer from pushing to the master
branch of the wiki repo (as implemented at https://github.com/gitlabhq/gitlabhq/blob/master/lib/api/internal.rb#L18-L24) however the user still is able to edit the wiki repo via the wiki web UI. Since the is no way to create a merge request for a wiki repo I think the wiki branch protection should be separate from the main repo branch protection. Many teams want the master
code branch protected but want to allow edits to the wiki.
Related to https://github.com/gitlabhq/gitlabhq/pull/7915.