Restore the Website dispatch so the Docs pin advances again - #38
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe CI workflow adds a ChangesDocumentation update notification
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change restores Website updates after Docs merges so the published documentation pin can advance. No actionable merge-blocking risk remains in the supplied evidence; the PR is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The Website's hosted build now clones latest Docs main on every build (spacefast/www#31), so no cross-repo dispatch, app token, or pin bump is needed. Reverts #38, which restored the job before the right fix was clear.
#24 removed the
notify-websitejob, which turned out to be the only path that advances.spacefast/docs-revisioninspacefast/www— the Refresh Docs workflow there fires solely on thisrepository_dispatchand has skipped every run since. The pin froze atb7eb03de(Aug 19), so every Website build since — including succeeding ones — composed ten-day-old Docs: the live site is missing the zero-runtime rename, the glossary, the local-development page, and the/docs/apps/zeroredirect.This reverts #24 verbatim. spacefast/www#30 unpins the immediate staleness and unblocks the (separately broken) hosted builds; this PR keeps the pin advancing for every future Docs merge.
If pinging the Website per push was removed for a reason (noise during the Aug 19 firefight?), the alternative is deleting the pin mechanism entirely and having the hosted build clone latest — but that decision should be made explicitly, not by a severed dispatch.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit