Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68c0fd1

Browse files
authored
fix: remove bot check for existing comments (#80)
1 parentf780fd1 commit68c0fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async function run(octokit, context, token) {
215215
constcomments=(awaitoctokit.issues.listComments(commentInfo)).data;
216216
for(leti=comments.length;i--;){
217217
constc=comments[i];
218-
if(c.user.type==='Bot'&&/<sub>[\s\n]*(compressed|gzip)-size-action/.test(c.body)){
218+
if(/<sub>[\s\n]*(compressed|gzip)-size-action/.test(c.body)){
219219
commentId=c.id;
220220
break;
221221
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp