Extend the repo detail view to also display open pull requests, not just issues.
Proposed UI:
- Tab switcher: Issues | Pull Requests
- PR card: title, author, branch name, review status, link icon
API: octokit.rest.pulls.list({ owner, repo, state: 'open' })
Extend the repo detail view to also display open pull requests, not just issues.
Proposed UI:
API:
octokit.rest.pulls.list({ owner, repo, state: 'open' })