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: make pull request titles clickable links to GitHub PR
closes#61
Add clickable links to PR titles in the Top Work section:
- Add title and url fields to GraphQL query for pull requests
- Map actual PR title (was incorrectly using repo nameWithOwner)
- Render PR titles as anchor tags linking to the PR on GitHub
- Opens in new tab with rel=noopener for security
0 commit comments