Skip to content

Commit

Permalink
fix: links to incorrect pull request when updating (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang authored and jakebolam committed Feb 14, 2019
1 parent f449f38 commit 9fad9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/processIssueComment/Repository/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class Repository {
owner: this.owner,
repo: this.repo,
state: 'open',
head: branchName,
head: `${this.owner}:${branchName}`,
})
return results.data[0].html_url
} catch (error) {
Expand Down

0 comments on commit 9fad9b2

Please # to comment.