Forum Discussion
SamCGearset
Jun 28, 2024Copper Contributor
Is there a reason why status checks applied to a commit don't pull through to the PR status checks?
Hello there, Is there a reason why status checks applied to a particular commit (from an external scanning tool for example) as part of a PR don't correctly carry up into the live PR for that branch...
Kidd_Ip
Jun 07, 2025MVP
Seems quite common issue happen, please refer on below for some insights:
- Status Checks Are Not Configured to Carry Over – Unlike GitHub or Bitbucket, Azure DevOps does not automatically roll up commit-level status checks into the PR view. You may need to explicitly configure your external scanning tool to post status updates at the PR level.
- Custom Status Checks Not Triggering on Push – Issue may happened when custom status checks do not trigger automatically when a new commit is pushed. If you're using an external tool, ensure that it is correctly integrated with Azure DevOps and that it is set to update PR statuses.
- Azure DevOps PR Status API – Azure DevOps provides a Pull Request Status API that allows external services to associate success/failure information with a PR. You might need to use this API to explicitly post status updates for PRs.
- Branch Policies and Validation Settings – If your repository has branch policies enabled, ensure that the validation settings allow external status checks to be considered when determining PR status.
Pull request workflow extensibility - Azure Repos | Microsoft Learn