ci: run build-output-diff on all PRs (drop paths filter) - #579
Conversation
Agent QA review — interactive + visual diff (advisory, non-blocking)Last updated Aug 14, 2026, 10:54 PM PDT · PR opened · commit 0 open · 0 resolved · visual diff 0.00% · verdict PASS Open findings
What the agent checkedReviewed PR #579 on the live CaaS collection at business.adobe.com/resources/main.html. Context: This PR only touches Since there was no rendering change to focus on, I performed a general functional QA pass on the live Resource Center (CaaS) collection to confirm the page is healthy and nothing is incidentally broken:
No broken, misaligned, truncated, or low-contrast elements were found. No console errors attributable to app code. The PR itself is CI-configuration-only and does not affect the rendered page, which matches the observed 0.00% pixel diff and clean functional walkthrough. Verdict: PASS — safe, no regression risk to the live page; changes are confined to CI workflow triggering logic. PR / stable / diff screenshots + console + axe artifacts in the workflow run. Review history (1 run)
|
🧪 Feature QA review — injected feature test (advisory, non-blocking)Last updated Aug 14, 2026, 10:54 PM PT · commit Overall: SAFE (no bundle change) No injectable feature to exercise — and the deterministic build-output-diff proves the shipped bundle is byte-identical to base after normalization, so this change is safe for what ships.
Screenshot in the workflow run. Review history (1 run)
|
AI Code ReviewLast updated Aug 14, 2026 10:55 PM PDT · PR opened · commit 0 open · 0 resolved Open findingsNo open findings. ✅ Review history (1 run)
|
|
Folded into #578; closing this separate PR. |
Removes the paths filter so build-output-diff runs on every PR, not just dependency bumps. Every PR now gets a NO_CHANGE / CHANGED verdict (comparing both main.js and app.css). This closes the gap where non-dependency PRs (CI/tooling, refactors) were reported as SKIPPED because no verdict was available. deps-dev auto-pass is unchanged; human PRs still require review. Note: check-pr-title will fail without an mwpw JIRA scope in the title.