Skip to content

Commit 2e7c89e

Browse files
committed
update msg
1 parent 4771825 commit 2e7c89e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bot.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export const robot = (app: Probot) => {
3232
repo: repo.repo,
3333
owner: repo.owner,
3434
issue_number: context.pullRequest().pull_number,
35-
body: `Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow [readme](https://github.com/anc95/ChatGPT-CodeReview) for more information`,
35+
body: `Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow [readme](https://github.com/anc95/ChatGPT-CodeReview) for more information`,
3636
});
37-
return null
37+
return null;
3838
}
3939
};
4040

@@ -114,7 +114,7 @@ export const robot = (app: Probot) => {
114114
}
115115

116116
console.timeEnd('gpt cost');
117-
console.info('suceess reviewed', context.payload.pull_request.html_url)
117+
console.info('suceess reviewed', context.payload.pull_request.html_url);
118118

119119
return 'success';
120120
}

0 commit comments

Comments
 (0)