Open
Description
Current behaviour:
We make a PR to Repo_A with 3 commits.
As a result, a PR is created in Repo_B, but the number of commits is 1 - all commits are wrapped into one.
Feature:
To separate commits in the destination repo according to root repo commits.
Expected behaviour:
PR to Repo_A with 3 commits -> PR to Repo_B is created with 3 commits