I have a migration request on GitHub to merge a branch foointo develop(my default branch). I have a branch master, but this is not a branch that I want to join.
In TeamCity, at the root of the VCS for my project, I have the following setting:
- Default Branch:
develop - Industry Specification:
+:refs/pull/*/merge
I published a transfer request, but when TeamCity creates a PR, it combines foowith master(not develop).
source
share