Files
fusion/.changeset/add-pr-tab-to-github-import.md
gsxdsm de094990a9 feat(KB-262): add Pull Requests tab to GitHub Import modal
- Add listPullRequests and getPullRequest methods to GitHubClient
- Add /github/pulls/fetch and /github/pulls/import API endpoints
- Add apiFetchGitHubPulls and apiImportGitHubPull frontend API functions
- Add tabbed UI for Issues and Pull Requests in GitHubImportModal
- Add comprehensive PR tab tests (14 new tests)
- Include changeset for the new PR tab feature
2026-03-31 06:03:45 -07:00

184 B

@dustinbyrne/kb
@dustinbyrne/kb
patch

Add Pull Requests tab to GitHub Import Modal. Users can now browse and import open PRs as review tasks alongside existing issue import functionality.