Skip to content

Commit e643614

Browse files
Generate branch name only if no overwrite provided
1 parent 3d6c663 commit e643614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func StartWorkingOnIssue(customIssueName string, config IssuectlConfig, issueID
4040
dirName := name
4141
branchName := name
4242

43-
if profile.IssueBackend != "" {
43+
if profile.IssueBackend != "" && customIssueName == "" {
4444
backendConfig := config.GetBackend(profile.IssueBackend)
4545
issueBackend, err := getIssueBackendConfigurator(backendConfig)
4646
if err != nil {

0 commit comments

Comments
 (0)