ci(docs): validate Wrangler Pages runtime [Codex] - #1340
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. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | 2d862e0 | Commit Preview URL Branch Preview URL |
Sep 14 2026, 01:19 PM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2baf473e2f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Pin the Docs compatibility date, wait for a successful Pages response, and align deployment workflows with the workspace Wrangler version.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 694b0f4b32
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Guide Cloudflare deployment⛅️ wrangler 4.130.0 To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Cloudflare deploymentDeployement ID: 2b859d89-8f57-4a1c-bae1-290f9841e7df ⛅️ wrangler 4.130.0 ✨ Uploading _redirects |
Summary
Updates Wrangler to
4.130.0and adds a local dev-server smoke test to the pull-request workflow.Why
A Wrangler update can require a newer
compatibility_datethan a stale project configuration provides. The resulting dev-server failure is reproducible in this workflow run.CI scope
The
Wranglerjob compiles ReScript, then verifies that Wrangler can start the Docs Pages and Guide local dev servers and serve their static readiness endpoints. It intentionally does not exercise route-level application behavior, the complete React Router build, or Pages Functions; those are outside this startup check.