Forum Discussion
NSimpraga965
Apr 20, 2022Copper Contributor
GitHub App authentication for Azure Pipelines causes webhooks to dissapear
Greetings, we are using GitHub as the code repository service together with Azure DevOps Pipelines for CI/CD. All the pipelines need to have their triggers authenticated to GitHub in order f...
GavinKyriba
Aug 26, 2025Copper Contributor
I've seen the same thing.. "
This pipeline is using an OAuth-based connection. Switch to the Azure Pipelines GitHub App for improved reliability and performance."
If I switch it removes all the webhooks. Then the checks seem to get stuck in Pending state on PRs.
It seems more reliable to use the oAuth connection and the webhooks!
Amazing this has gone years with no comments..