I have a pull request on GitHub to merge branch foo
into develop
(my default branch). I do have a branch master
but this is not the branch I want to merge into.
In TeamCity, in VCS roots for my project I have the following setup:
- Default Branch:
develop
- Branch Specification:
+:refs/pull/*/merge
I have published a pull request, but when TeamCity builds the PR it merges foo
with master
(not develop
).