Bitbucket - prohibit merges onto fork's branch

Viewed 16

Our development workflow setup requires us to make changes on a team specific fork of an upstream 'master' repo, and once our changes are ready, for them to be merged into the upstream repo's master branch via a pull request. We should not be making changes to our fork's master branch.

Is there a way to configure our fork to reject any merges to our fork's master branch such that the only changes to our fork's master branch comes from upstream?

0 Answers
Related