Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Create branch from issue#131

Merged
wesbillman merged 1 commit intomainfrom
create-branch-from-issue
Feb 6, 2026
Merged

Create branch from issue#131
wesbillman merged 1 commit intomainfrom
create-branch-from-issue

Conversation

@wesbillman
Copy link
Collaborator

Changes

  • feat: add create branch from GitHub issue

Add the ability to create a new branch from a GitHub issue in the
NewBranchModal. Users can now select 'From Issue' to browse open issues
and create a branch with a name derived from the issue number and title.

Backend changes:
- Add Issue type with number, title, author, updated_at, and labels
- Add list_issues and search_issues functions using gh CLI
- Register list_issues and search_issues as Tauri commands

Frontend changes:
- Add Issue type to types.ts
- Add listIssues and searchIssues service functions
- Update NewBranchModal with issue selection step
- Add generateBranchNameFromIssue helper (format: {number}-{slug})
- Display issue labels in the selection list
@wesbillman
Copy link
Collaborator Author

Screen.Recording.2026-02-06.at.10.01.42.AM.mov

@wesbillman wesbillman merged commit 50cdfb8 into main Feb 6, 2026
1 check passed
@wesbillman wesbillman deleted the create-branch-from-issue branch February 6, 2026 17:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant