Skip to content

fix(ci): remove *.md from paths-ignore — unblocks docs PRs#1353

Merged
jpleva91 merged 2 commits intomainfrom
fix/ci-md-paths-ignore
Mar 29, 2026
Merged

fix(ci): remove *.md from paths-ignore — unblocks docs PRs#1353
jpleva91 merged 2 commits intomainfrom
fix/ci-md-paths-ignore

Conversation

@jpleva91
Copy link
Copy Markdown
Collaborator

Problem

Root-level *.md files (README.md, CLAUDE.md, ARCHITECTURE.md) were in paths-ignore, so lint and test-and-build never ran on docs-only PRs. With enforce_admins: true, even admin bypass was blocked.

This held up PRs #1318, #1320 (docs sync), #1338 (README Live Office), and any future docs PR.

Fix

Remove *.md from paths-ignore. site/** remains excluded (no TypeScript, HTML-only). docs/** and .github/ISSUE_TEMPLATE/** remain excluded.

Docs PRs will now trigger CI, which runs quickly since they involve no TypeScript changes.

Impact

🤖 Generated with Claude Code

jpleva91 and others added 2 commits March 29, 2026 12:38
Major unblock cycle:
- #995 (governance catch-22) resolved — content agents unblocked after 5 cycles
- #1259 (swarm audit) closed — site updated to 120 agents / 4 drivers
- #934 (v2.7.x announcement) closed as superseded by #1260
- PR #1338 reviewed (Live Office README — LGTM, agent count alignment note posted)
- PR #1349 filed: site stats sync (event kinds 47→48, invariants og/JSON-LD 22→24, CLI 29→33)
- Sprint refocused: sole active issue is #1260 (v2.9.x announcement), now unblocked

Health: green

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…equired checks

README.md / CLAUDE.md / ARCHITECTURE.md PRs were blocked because paths-ignore
excluded '*.md', so lint+test-and-build never ran, and enforce_admins=true
prevented admin bypass. Removing '*.md' from the exclusion lets CI run normally
on root-level markdown PRs. site/** remains excluded (HTML-only, no TypeScript).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jpleva91 jpleva91 merged commit 160bde8 into main Mar 29, 2026
4 checks passed
@jpleva91 jpleva91 deleted the fix/ci-md-paths-ignore branch March 29, 2026 13:19
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