Share via

Azure DevOps Pipeline Not Triggering for GitHub Enterprise Pull Request Events Despite Successful Webhook Delivery

kb21692 5 Reputation points
2025-07-22T12:17:33.0733333+00:00

Created a new YAML pipeline with CI/PR triggers on Azure DevOps with repository hosted on Github Enterprise Server. The CI triggers are working as expected however the PR triggers fail to trigger. I can see a successful webhook but the response body is empty as below.

{"count":0,"value":[]}

I have tried to create a Classic pipeline as well as a YAML pipeline but both of them do not work for PR triggers.

Steps followed:

Create a service connection in Azure DevOps for Github Enterprise with the required permissions.
Create a classic pipeline and modify the triggers from UI.
Create a PR request on Github repo and check for webhooks delivery(shows successful status 200 with the correct request body)
No build trigger at Azure DevOps end.

Tried the same with YAML pipeline but using pr clause in pipeline.

Azure DevOps

1 answer

Sort by: Most helpful
  1. kb21692 5 Reputation points
    2025-07-24T08:29:45.4+00:00

    Hi @Durga Reshma Malthi

    I have raised a support request with Azure. Will update the resolution if any here.

    Regards,

    Kunal


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.