ci: trigger reindex when MDX frontmatter changes#2384
Open
blakecduncan wants to merge 2 commits intomainfrom
Open
ci: trigger reindex when MDX frontmatter changes#2384blakecduncan wants to merge 2 commits intomainfrom
blakecduncan wants to merge 2 commits intomainfrom
Conversation
Detect frontmatter diffs in changed docs pages and send frontmatterChanged to markdown revalidation once per run. Fail the workflow when reindex was requested but not successfully triggered. Made-with: Cursor
Remove over-engineered API pass-through for frontmatter reindex. Trigger SDK indexer directly via repository_dispatch (matching existing trigger-sdk-indexer.yml pattern) instead of routing through the docs-site revalidation API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
repository_dispatchwhen frontmatter changes are detected, keeping path indices up to datetrigger-sdk-indexer.ymlworkflowResolves DX-2383
Test plan
docs/pages/Revalidate SDK Contentworkflow runs and detects the frontmatter changeindex-sdk-referencesworkflow is triggered in the docs repo🤖 Generated with Claude Code
PR-Codex overview
This PR enhances the GitHub Actions workflow by adding functionality to detect changes in frontmatter for files in the
/docs/pages/directory. If changes are detected, it triggers an SDK content reindexing process.Detailed summary
extract_frontmatterfunction to extract frontmatter from files.frontmatterChangedstatus.