We are using VSTS for our build server and for version control.
As part of our build process I would like to create a Pull Request from master
branch to develop
branch (for build running on master
only).
I know there is an API endpoint to do that.
But I wonder if there is a better way to handle it? Like a custom step that does it (and I've missed it)?