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 5879957 commit c905ea5Copy full SHA for c905ea5
lib/comments.js
@@ -6,7 +6,7 @@ async function checkComments(issues,pull){
6
let result
7
//iterates over all the comments
8
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
+ if(comment.user.login=='commitlint[bot]'&&comment.user.type=='Bot'){ //looks for the first comment made by the bot
10
result = comment
11
break
12
}
0 commit comments