Is there any way in Bitbucket to do code review only pull requests? In Gitlab this feature is called 'Work in Progress' pull requests, where the pull request is only used for code review and collaboration with team members. A merge pull request is then issued when the feature is finished, final review should be done, and the change should be merged.
This is something our team could really use. For now the only way we've been able to get around it is to submit a pull request to a dummy branch, so if a merge does accidentally happen, the change doesn't go anywhere.
Any ideas here?
Suggestion (plug)
With Workzone you can set mandatory reviewers on branch level. The PR cannot be merged until all configured mandatory reviewers have approved.
Bitbucket server allows to set Pull Request checks to prevent merging if a check requirement has not been met.
You can find more info here:
https://confluence.atlassian.com/bitbucketserver/checks-for-merging-pull-requests-776640039.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem is that we don't want to merge anything at all - we want the pull request solely for code review on works in progress. We currently do use the features you listed, but they do not let us restrict a pull request from ever being merged, and they apply to all pull requests.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.