We want to enfore a specific merge strategy (ff-only) for pull-requests. We found that Control Freak for Bitbucket Server has support for "Require Fast-Forwardable Merges Into:", but it is not intended for bitbucket cloud.
This would be equivalent to disabling merge "no-ff" and merge "squash" for the master branch in our case.