Skip to content

fix(ci): drop unmatched **/*.mdx pathspec from quarterly-doc-audit add-paths - #89

Merged
acamarata merged 1 commit into
mainfrom
fix/quarterly-doc-audit-mdx-pathspec
Aug 16, 2026
Merged

acamarata merged 1 commit into
mainfrom
fix/quarterly-doc-audit-mdx-pathspec

Conversation

@acamarata

Copy link
Copy Markdown
Collaborator

Consistency fix alongside cli (#214) and plugins (nself-org/plugins#31) — same underlying bug. This repo has zero .mdx files; git add's multi-pathspec matching is atomic, so an unmatched **/*.mdx element would abort the whole git add the moment the audit actually finds+stages real .md changes. Currently latent (ntask's last run on current main HEAD was clean/green), but the failure mode is real and confirmed in plugins.

…d-paths

Consistency fix alongside cli/plugins (same underlying bug as
nself-org/plugins#31): this repo has zero .mdx files, so
git add -- **/*.md **/*.mdx ... would fatal on the unmatched **/*.mdx
pathspec and abort the whole add the moment the audit actually finds
and stages real .md changes. Currently latent — ntask's last audit
run on current main HEAD was clean (workflow_dispatch run 31957713422,
head_sha 403e72f, conclusion success) — but the bug is real and would
break the next run that finds doc drift.
@acamarata
acamarata merged commit f8434aa into main Aug 16, 2026
10 checks passed
@acamarata
acamarata deleted the fix/quarterly-doc-audit-mdx-pathspec branch August 16, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant