Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 0798344

Browse files
newnewbz0al
authored andcommitted
chore: changed Bot name to commitlint
1 parent e74bec4 commit 0798344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/comments.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function checkComments(issues,pull){
66
let result
77
//iterates over all the comments
88
for (comment of comments['data']){
9-
if(comment.user.login=='testing-bot[bot]'&&comment.user.type=='Bot'){ //looks for the first comment made by the bot
9+
if(comment.user.login=='commitlint[bot]'&&comment.user.type=='Bot'){ //looks for the first comment made by the bot
1010
result = comment
1111
break
1212
}

0 commit comments

Comments
 (0)