Skip to content

Commit 6e1e325

Browse files
committed
Fix head option for opening a pr
1 parent 8908783 commit 6e1e325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/fix/open-pr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export async function openGitHubPullRequest(
117117
owner,
118118
repo,
119119
title: commitMsg,
120-
head: branch,
120+
head: `${owner}:${branch}`,
121121
base: baseBranch,
122122
body: `[socket] Upgrade \`${name}\` to ${version}`
123123
})

0 commit comments

Comments
 (0)