Exclude reviewed root documents from the Java PR pipeline - #50474
Merged
Merged
Conversation
vcolin7
requested review from
Mike Harder (mikeharder) and
Ray Chen (raych1)
as code owners
September 15, 2026 22:29
|
Azure Pipelines: Successfully started running 2 pipeline(s). 34 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved blocking issues were identified.
Pull request overview
This PR excludes reviewed root documentation files from the Java PR pipeline while preserving package-level validation.
Changes:
- Adds root-document trigger and package-selection exclusions.
- Adds regression tests for exclusion and mixed-PR behavior.
- Documents the updated pipeline behavior.
File summaries
| File | Description |
|---|---|
eng/scripts/tests/PullRequest-Trigger.tests.ps1 |
Tests exclusion and mixed-PR behavior. |
eng/README.md |
Documents pipeline rules and validation commands. |
eng/pipelines/pullrequest.yml |
Adds mirrored root-document exclusions. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Jesse Squire (jsquire)
approved these changes
Sep 16, 2026
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
Changes limited to the following root documents don't need the unified Java PR pipeline, so this PR adds them to the exclusions list:
AGENTS.mdCODE_OF_CONDUCT.mdCONTRIBUTING.mdLICENSE.txtNOTICE.txtREADME.mdSECURITY.mdSUPPORT.mdAll SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines