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
This commit is contained in:
5
.changeset/add-pr-tab-to-github-import.md
Normal file
5
.changeset/add-pr-tab-to-github-import.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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.
|
||||
Reference in New Issue
Block a user