fix(preview): prefix PR link previews with the PR number #204

Merged
dries merged 1 commit from fix/pr-preview-number-prefix into main 2026-07-03 10:22:21 +02:00
Owner

PR link previews now render as #<number> <title> instead of just the title, making the PR number visible at a glance.

  • mapRawToPreviewData prefixes the PR title with #<number> when the forge returns a title; the repo/number fallback is unchanged.
  • Only affects PR previews (issues/commits untouched).
  • Updated the three PR-title assertions in githubPreview.test.ts.
PR link previews now render as `#<number> <title>` instead of just the title, making the PR number visible at a glance. - `mapRawToPreviewData` prefixes the PR title with `#<number>` when the forge returns a title; the repo/number fallback is unchanged. - Only affects PR previews (issues/commits untouched). - Updated the three PR-title assertions in `githubPreview.test.ts`.
fix(preview): prefix PR link previews with the PR number
All checks were successful
CI / Backend (pull_request) Successful in 4m13s
CI / Frontend (pull_request) Successful in 4m14s
CI / Build Desktop (macOS arm64) (pull_request) Successful in 1m4s
CI / Playwright E2E (pull_request) Successful in 8m37s
CI / Build (pull_request) Successful in 4m47s
CI / Semantic Tag (pull_request) Has been skipped
CI / Coverage Ratchet (pull_request) Successful in 6m38s
ec60e4cb5e

Coverage ratchet: pass

Suite Baseline This PR Δ
go 69.50% 69.50% +0.00
frontend 58.56% 58.56% +0.00

Tolerance: -0.1%. Baseline stored on gh-pages.

<!-- coverage-ratchet --> ### Coverage ratchet: ✅ pass | Suite | Baseline | This PR | Δ | | |---|---|---|---|---| | go | 69.50% | 69.50% | +0.00 | ✅ | | frontend | 58.56% | 58.56% | +0.00 | ✅ | _Tolerance: -0.1%. Baseline stored on `gh-pages`._
dries merged commit 1a953eb79e into main 2026-07-03 10:22:21 +02:00
Sign in to join this conversation.
No description provided.