fix(cli): allow blog and posts changelog slugs - #17462
Open
devin-ai-integration[bot] wants to merge 2 commits into
Open
fix(cli): allow blog and posts changelog slugs#17462devin-ai-integration[bot] wants to merge 2 commits into
devin-ai-integration[bot] wants to merge 2 commits into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
3 tasks
cadesark
approved these changes
Aug 20, 2026
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.
Description
Linear ticket: Refs
valid-changelog-slugerrors on any changelog whose URL contains no allowlisted segment, on the grounds that its.rss/.atom/.jsonfeeds would 404. A changelog published at/blogis exactly that case today, so authoring a blog on the changelog pipeline (fern-api/fern-platform#14055 addslayout: blog) failsfern checkoutright.This adds
blog,blogs, andpoststoCHANGELOG_FEED_ALLOWED_SLUGS, keeping the rule in sync with the server-side list the docs bundle matches feed requests against (packages/commons/docs-server/src/patterns.tsin fern-platform, extended in the same way by that PR). Both lists must move together — allowing it here alone would validate a changelog whose feeds still 404.Changes Made
blog,blogs,poststo the rule's allowlist./blogchangelog as valid in the rule's tests.type: fix).Testing
turbo run test --filter=@fern-api/docs-validator: 18 files, 207 tests passing.fern checkon a docs project whose blog changelog resolves to/blogreports 0 errors (previously an error on the changelog slug).Link to Devin session: https://app.devin.ai/sessions/da27e5183b724ee0953e0cd3f4cbcd06