Open
Limit Markdown-only CI exclusions to root files#69149
Conversation
Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix CI legs running for .md file changes
Limit Markdown-only CI exclusions to root files
Sep 8, 2026
javiercn
marked this pull request as ready for review
September 8, 2026 17:57
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are small, consistent across the affected pipelines, and align with the stated goal of allowing nested Markdown (e.g., analyzer release manifests) to trigger validation.
Pull request overview
Updates Azure Pipelines PR path filters so that “Markdown-only” exclusions apply only to repository-root *.md files, allowing nested Markdown (notably AnalyzerReleases.*.md) to trigger the usual validation while still skipping expensive CI for root-doc-only PRs.
Changes:
- Replaced PR path exclusions of
**/*.mdwith*.mdacross several pipelines. - Updated the “report green” pipeline’s PR path includes to match the same root-only Markdown behavior.
- Kept the rest of the doc/metadata path filtering behavior unchanged.
File summaries
| File | Description |
|---|---|
| .azure/pipelines/template-tests-pr.yml | Limits Markdown exclusion to root *.md for template PR validation path filters. |
| .azure/pipelines/report-green.yml | Limits Markdown-only “always green” triggering to root *.md. |
| .azure/pipelines/quarantined-pr.yml | Limits Markdown exclusion to root *.md for quarantined PR validation path filters. |
| .azure/pipelines/components-e2e-tests.yml | Limits Markdown exclusion to root *.md for Components E2E PR validation path filters. |
| .azure/pipelines/components-e2e-tests-internal.yml | Limits Markdown exclusion to root *.md for internal Components E2E PR validation path filters. |
| .azure/pipelines/ci-public.yml | Limits Markdown exclusion to root *.md for main public CI PR validation path filters. |
Review details
- Files reviewed: 6/6 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.
Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>
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.
Limit Markdown-only CI exclusions to repository-root files
Description
CI path filters
**/*.mdexclusions with root-only*.md.AnalyzerReleases.*.mdmanifests to trigger validation.- '*.md'