Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e4ee11

Browse files
committed
add missing in_reply_to field for creating comments
1 parent b94be17 commit 1e4ee11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/now.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ function deploy(context, sha) {
111111
ghPR.createComment(
112112
{
113113
body: comment,
114+
in_reply_to: 1,
114115
},
115116
(err, res) => {
116117
console.log(err, res);

0 commit comments

Comments
 (0)