I can kinda understand GitLab's reasoning (correct me if I'm wrong): if the conflict resolution needs to happen on the destination branch and the PR author has no permission to directly commit into the destination branch, then there is no way for the PR author to resolve the conflict themselves at all.<p>Could GitLab adopt a middle-ground approach? Automatically create a new branch where the conflict resolution will happen, so that the feature branch remains untouched, causing fewer unpleasant surprises to the PR author.