fix(preview): prefix PR link previews with the PR number #204
No reviewers
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman!204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/pr-preview-number-prefix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR link previews now render as
#<number> <title>instead of just the title, making the PR number visible at a glance.mapRawToPreviewDataprefixes the PR title with#<number>when the forge returns a title; the repo/number fallback is unchanged.githubPreview.test.ts.Coverage ratchet: ✅ pass
Tolerance: -0.1%. Baseline stored on
gh-pages.