Add .claude/* to CI pipeline path exclusion/inclusion lists#66446
Merged
Add .claude/* to CI pipeline path exclusion/inclusion lists#66446
.claude/* to CI pipeline path exclusion/inclusion lists#66446Conversation
Agent-Logs-Url: https://github.com/dotnet/aspnetcore/sessions/988d817f-db95-46f8-8040-133d29491cdd Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
wtgodbe
approved these changes
Apr 23, 2026
Copilot
AI
changed the title
[WIP] Add .claude/* to path exclusion and inclusion lists in CI YAML files
Add Apr 23, 2026
.claude/* to CI pipeline path exclusion/inclusion lists
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Azure Pipelines PR path filters so changes under .claude/ are treated similarly to .github/ across the relevant CI YAMLs (excluded from “full CI” PR triggers, but included for the “report green” no-op pipeline).
Changes:
- Add
.claude/*topr.paths.excludeinci-public.yml - Add
.claude/*topr.paths.excludeinquarantined-pr.yml - Add
.claude/*topr.paths.includeinreport-green.yml
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .azure/pipelines/ci-public.yml | Excludes .claude/* from PR path triggers (like .github/*). |
| .azure/pipelines/quarantined-pr.yml | Excludes .claude/* from PR path triggers (like .github/*). |
| .azure/pipelines/report-green.yml | Includes .claude/* among doc-only/no-op paths so the “always green” job can run when other pipelines are skipped. |
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.
Add
.claude/*to CI pipeline path exclusion/inclusion listsTreat
.claude/*the same as.github/*in CI path filters — changes to these agent config files should not trigger or block CI builds.Description
ci-public.yml/quarantined-pr.yml— Added- .claude/*topr.paths.excludeso PRs touching only.claude/*skip CI runs, consistent with.github/*and other non-source paths.report-green.yml— Added- .claude/*topr.paths.includeso the "always green" reporting job covers.claude/*-only PRs, preventing Build Analysis from hanging on documentation/config-only changes.Original prompt
This pull request was created from Copilot chat.