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

Skip to content

Commit 41caf4e

Browse files
committed
test again if comment works from travis
1 parent 9a839e0 commit 41caf4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/now.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const ghRepo = client.repo(process.env.TRAVIS_REPO_SLUG);
3131
let ghPR;
3232

3333
if (process.env.TRAVIS_PULL_REQUEST) {
34-
ghPR = client.pr(
34+
ghPR = client.issue(
3535
process.env.TRAVIS_REPO_SLUG,
3636
process.env.TRAVIS_PULL_REQUEST,
3737
);
@@ -114,7 +114,6 @@ function deploy(context, sha) {
114114
ghPR.createComment(
115115
{
116116
body: comment,
117-
in_reply_to: 147402206,
118117
},
119118
(err, res) => {
120119
console.log(err, res);

0 commit comments

Comments
 (0)