Skip to content

Add PR status display for tasks with associated pull requests#58

Merged
bborn merged 1 commit intomainfrom
task/120-when-a-task-has-a-pr-we-should-show-the
Jan 9, 2026
Merged

Add PR status display for tasks with associated pull requests#58
bborn merged 1 commit intomainfrom
task/120-when-a-task-has-a-pr-we-should-show-the

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 9, 2026

  • Create new internal/github package to query PR status via gh CLI
  • Add PRCache for efficient PR info retrieval with 30s TTL
  • Display PR status badge on kanban cards (M=merged, D=draft, P=passing, etc)
  • Show PR status and link in task detail view header
  • Fetch PR info asynchronously when tasks load to avoid blocking UI

PR status indicators:

  • M (purple): Merged
  • X (red): Closed
  • D (gray): Draft
  • R (green): Ready to merge (checks passing, mergeable)
  • P (green): Checks passing
  • F (red): Checks failing
  • W (yellow): Checks running/pending
  • C (red): Has conflicts
  • O (green): Open, no checks

- Create new internal/github package to query PR status via gh CLI
- Add PRCache for efficient PR info retrieval with 30s TTL
- Display PR status badge on kanban cards (M=merged, D=draft, P=passing, etc)
- Show PR status and link in task detail view header
- Fetch PR info asynchronously when tasks load to avoid blocking UI

PR status indicators:
- M (purple): Merged
- X (red): Closed
- D (gray): Draft
- R (green): Ready to merge (checks passing, mergeable)
- P (green): Checks passing
- F (red): Checks failing
- W (yellow): Checks running/pending
- C (red): Has conflicts
- O (green): Open, no checks

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit fca5c57 into main Jan 9, 2026
Sign up for free to 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