diff --git a/src/tasks/processIssueComment/Repository/index.js b/src/tasks/processIssueComment/Repository/index.js index be1678ca..e46b4de8 100644 --- a/src/tasks/processIssueComment/Repository/index.js +++ b/src/tasks/processIssueComment/Repository/index.js @@ -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) {