Skip to content

Commit 9fad9b2

Browse files
sinchangjakebolam
authored andcommitted
fix: links to incorrect pull request when updating (#145)
1 parent f449f38 commit 9fad9b2

File tree

1 file changed

+1
-1
lines changed
  • src/tasks/processIssueComment/Repository

1 file changed

+1
-1
lines changed

src/tasks/processIssueComment/Repository/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class Repository {
162162
owner: this.owner,
163163
repo: this.repo,
164164
state: 'open',
165-
head: branchName,
165+
head: `${this.owner}:${branchName}`,
166166
})
167167
return results.data[0].html_url
168168
} catch (error) {

0 commit comments

Comments
 (0)