
Hello, I'm evaluating Flow for a project and want to know if it is going to make sense in my case.
I need to do the following:
1) Receive a notification from GitHub when a PR is created and/or updated.
2) Trigger a VSTS build against the GitHub fork/branch.
3) Return the VSTS build status to the PR web page in GitHub so that the submitter sees the status of their build.
Can i use flow to host this kind of a workflow?
Thanks,
Michael
Hi mtroth,
About step1 and step2, you could consider to create a Flow with the trigger “GitHub – When a new issue is opened and assigned to me” and the action “Visual Studio Team Services – Create a work item”.
This flow could be configured like below:
About step3, I am afraid it cannot be achieved. It seems that there is no action can be used to get items from GitHub.
Please refer to this documentation for more details about Microsoft Flow:
https://flow.microsoft.com/en-us/documentation/getting-started/
Best regards,
Mabel Mao