We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c48c23 commit 3abc45aCopy full SHA for 3abc45a
lib/request.js
@@ -82,7 +82,7 @@ export default class Request {
82
}
83
84
async commentIssue(fullUrl, comment) {
85
- let commentUrl = fullUrl.replace('https://github.com/', 'https://api.github.com/repos/');
+ const commentUrl = fullUrl.replace('https://github.com/', 'https://api.github.com/repos/') +
86
'/comments';
87
const options = {
88
method: 'POST',
0 commit comments