Updated default theme zip excludes#156
Conversation
The deploy action now excludes agent docs and pnpm workspace metadata from generated theme upload zips by default. This keeps repo-management files out of deployed theme archives without requiring every consuming workflow to repeat the same `exclude` patterns.
|
Warning Review limit reached
More reviews will be available in 3 hours, 25 minutes, and 6 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
AGENTS.md,CLAUDE.md, andpnpm-workspace.yamlfrom generated theme zips by defaultdist/index.jsfrom the updated TypeScript sourceWhy
Theme repos can contain repo-management files that are useful in source checkouts but should not be uploaded as part of a deployable Ghost theme archive. Handling these as action defaults avoids duplicating
excludeinputs in every consuming workflow.Validation
pnpm install --frozen-lockfilepnpm buildpnpm typecheckpnpm lint