We use Bitbucket Cloud and our strategy for PRs is to rebase the branch on the target so it becomes a fast-forward and merge with a merge commit, aligned with the Rebase, merge strategy available on Bitbucket Server. Since this is not supported by Cloud, I have to perform the rebase myself once the PR is approved, wait for the build process again and then merge. I would like for Bitbucket Cloud to perform the rebase as part of the merge process.