Add PR doc to explain what Microsoft employees need to do to run PR builds#452
Merged
Conversation
Collaborator
Author
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a short documentation file explaining how Microsoft employees can trigger the ADO PR build pipeline by commenting /azp run, since Microsoft ADO policy disallows auto-running PR pipelines.
Changes:
- New doc file
docs/pull-requests.mddescribing the/azp runcomment workflow and theMXC-PR-Buildpipeline name/link.
- docs/pull-requests.md: lead with the policy reason (prevents external forks from auto-running internal pipeline agents) so the manual /azp run is clearly mandatory, not a workflow quirk. - PR template: short footer for Microsoft reviewers pointing at the doc. - CONTRIBUTING.md: same pointer in the Code review section. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
MGudgin
approved these changes
May 28, 2026
sshilov7
approved these changes
May 28, 2026
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📖 Description
Due to Microsoft ADO policy auto running PR pipelines is not allowed. A Microsoft employee is required to comment and run the build. This prevents forks from non-Microsoft folks from auto running PR builds with malicious content.
This PR adds a pull request doc to explain how Microsoft employees can start PR builds. This is the same as other repositories that use ADO pipelines like WinAppSDK: E.g microsoft/WindowsAppSDK#6474 for example.
TLDR: Microsoft employees only need to comment on a PR with
/azp runand the azure pipeline bot will start the PR pipeline.🔗 References
🔍 Validation
✅ Checklist
📋 Issue Type
Microsoft Reviewers: Open in CodeFlow