chore(docs): refresh blog visual baseline after content change - #3312
Merged
wheels-bot[bot] merged 1 commit intoJul 14, 2026
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
Wheels Bot — Reviewer
TL;DR: This is the automated visual-regression baseline refresh for the blog index, opened by .github/workflows/web-deploy.yml after the blog-content change in 76185cc35 (docs(web/blog): ... Observability in Wheels 4). It updates exactly one committed binary baseline so subsequent web/** PRs stop failing the Visual regression check on deterministic drift (issue 2915). The diff is mechanical and clean. Verdict: comment (no blocking findings; --approve is not applicable since the PR author is wheels-bot itself).
Correctness
- Diff is a single binary file,
web/tests/visual-baselines/blog.png(Bin 117937 -> 117750 bytes). Verified it is a well-formed image:PNG image data, 1280 x 800, 8-bit/color RGB, non-interlaced, matching the dimensions/format of its sibling baselines (api.png,guides.png,landing.png). No code paths touched. - The theoretical risk — an auto-refreshed baseline silently masking a real regression — is out of scope for this PR:
web-deploy.yml(comments at lines 287-298) commits the refreshedblog.pngonly when the regression test passes, and the blog baseline is designed to drift with content per issue 2915.
Commits
chore(docs): auto-refresh blog visual baseline after content change— valid type (chore), optional scope (docs), header well under 100 chars, sentence-case. The squash-merge subject comes from the PR titlechore(docs): refresh blog visual baseline after content change, likewise a valid conventional-commit header. Both conform tocommitlint.config.js.- Note: no DCO
Signed-off-by:trailer on the commit (authored bygithub-actions[bot]). This repo has no DCO status check and this is machine-generated automation, so it is not a merge blocker — flagging for completeness.
No convention, cross-engine, test, docs, or security findings — this diff contains no CFML and no runtime surface.
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.