Skip to content

Keep build errors out of GitHub deployment statuses - #304

Merged
arjunkomath merged 2 commits into
mainfrom
fix/generic-github-build-failure
Aug 22, 2026
Merged

Keep build errors out of GitHub deployment statuses#304
arjunkomath merged 2 commits into
mainfrom
fix/generic-github-build-failure

Conversation

@arjunkomath

@arjunkomatharjunkomath commented Aug 22, 2026

Copy link
Copy Markdown
Member

Summary

  • publish generic failure descriptions for standard and preview GitHub deployments
  • retain detailed build errors in control-plane persistence, notifications, and events

Verification

  • cd web && pnpm exec vitest run tests/build-status-route.test.ts
  • cd web && ./node_modules/.bin/tsc --noEmit

Additional test result

  • pnpm test -- build-status-route.test.ts ran the full suite: 519 passed and one unrelated test failed at tests/rollout-certificate-retry.test.ts:182 because it expects the previous handleRolloutFailure signature.

@github-actions

github-actionsBot commented Aug 22, 2026

Copy link
Copy Markdown

React Doctor found no new issues. 🎉

Reviewed by React Doctor for commit bae4629.

@arjunkomath
arjunkomath added this pull request to the merge queueAug 22, 2026
Merged via the queue into main with commit c5b2bb6Aug 22, 2026
7 checks passed
@arjunkomath
arjunkomath deleted the fix/generic-github-build-failure branch August 22, 2026 08:20
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@arjunkomath