Is there any way in bitbucket to prevent pushing to a branch which is in a pullrequest?
My problem is, that if there is a pull request reviewed and not merged, i can push a change and merge that without any review. But that should not be possible.
You can use an addon like "Auto Unapprove for Bitbucket Server" (from Atlassian) to automatically un-approve a PR when you add more content to it. That will force the reviewer to review the new code that came in.
See https://marketplace.atlassian.com/plugins/com.atlassian.stash.plugin.stash-auto-unapprove-plugin/server/overview for more details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.