chore(docs): refresh blog visual baseline after content change#3273
Merged
wheels-bot[bot] merged 1 commit intoJul 3, 2026
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
Wheels Bot — Reviewer
TL;DR — This is the auto-generated visual-baseline refresh that follows the blog content merge in b4c5e3863 ("Associations Deep-Dive…"). It touches exactly one binary file, web/tests/visual-baselines/blog.png, with no code, config, or doc changes. I rendered the new baseline and confirmed it is a legitimate, correctly-laid-out Blog index page — the diff is clean. (Submitted as a comment rather than an approval: GitHub forbids a PR author — here, wheels-bot — from approving its own PR.)
Correctness
web/tests/visual-baselines/blog.png— the only changed file. Verified the new image isPNG image data, 1280 x 800, 8-bit/color RGBand that it renders as the real Wheels Blog index: the lead card is "Associations Deep-Dive: hasMany, belongsTo, Nested Properties, and Eager Loading" · Peter Amiri · July 3, 2026 — the exact post added by the triggering commitb4c5e3863. No error page, no partial/blank render, no visual corruption baked into the baseline. This is the expected outcome per issue #2915 (stale baseline blocks subsequentweb/**PRs until refreshed).
Commits
chore(docs): auto-refresh blog visual baseline after content change— valid conventional-commit header (typechore, scopedocs, 62 chars, not ALL-CAPS). Conforms tocommitlint.config.js.- The commit lacks a DCO
Signed-off-by:trailer, but it is an automated commit authored bygithub-actions[bot]via.github/workflows/web-deploy.yml, and per the shared rails there is no DCO status check on this repo. Not a merge blocker for an infra-generated baseline refresh — flagging only for completeness.
No code paths, cross-engine surface, tests, security, or user-facing behavior are affected by a binary baseline swap, so those sections are omitted.
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
A blog-content merge changed the blog index page, so the committed visual-regression baseline at
web/tests/visual-baselines/blog.pngis stale. Without this refresh, every subsequentweb/**-touching PR fails the Visual regression check on a deterministic diff until someone refreshes manually (issue #2915).develop's branch protection rejects direct pushes, so the refresh lands through this PR, opened and merged by the deploy run that published the blog change.
🤖 Opened automatically by .github/workflows/web-deploy.yml.