my company used BitBucket Cloud.
I know that I can configure branch permissions to disable re-writing history based on a regex-list pattern.
However, I want to allow the developers to rewrite branch history to their hearts content, and prevent it if, and only if, that branch is the source branch of a Pull Request. We have Merge check configure to not merge if there are open bitbucket tasks against the PR.
Here's the workflow:
User #1.
User #2:
User #1:
User #2:
When this happens, the commit that was approved no longer appears in the PR "commits" view.
Is it possible to disable rewriting the branch history if, and only if, a branch has an open PR against it?
I want this functionality as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.