Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

[Question] Azure pipelines status #20

Closed eddynaka closed 3 years ago

eddynaka commented 3 years ago

Hi,

when I use azure pipelines action, it triggers the pipeline but it does not wait for the pipeline to finish, so even if the build fails, the PR in GitHub does not get blocked.

Is it possible to do something like that?

Doing a direct integration with Azure Pipelines, it shows the status, but it does not block the PR from merge.

m-akinc commented 2 years ago

Did you find a workable solution? I also was hoping for something like this.

eddynaka commented 2 years ago

Hi @m-akinc ,

I didn't.