elranu
elranu

Reputation: 2312

How I can create an automatic Pull request on Github using Azure Pipelines?

Is there a way to create a pull request on Github from Azure Pipelines?

If there is not currently anyway:

Can you recomed the simplest way todo do it? Can I use the Azure Pipeline Github connection to create the PR?

Upvotes: 4

Views: 166

Answers (1)

elranu
elranu

Reputation: 2312

I have published an Azure pipeline task to achieve this task.

URL: https://marketplace.visualstudio.com/items?itemName=elranu.github-pr-tasks

Git repo: https://github.com/elranu/Github-PR-tasks

Upvotes: 2

Related Questions