You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: show unresolved comments on PR badge and add merge button
PR badge now shows a balloon icon with unresolved thread count inline.
Card detail header shows approval count (green checkmark) and unresolved
thread count (orange bubble) as a clickable pill that links to the first
unresolved comment when available, or the PR URL.
Adds a green merge button in the header for approved PRs.
Also fetches first unresolved review thread comment URL from the
existing enrichPRDetails GraphQL query (no extra API calls).
0 commit comments