fix: lint issue

This commit is contained in:
mingholy.lmh
2025-10-15 22:22:54 +08:00
parent 0d0fd68e63
commit 4d773f1046

View File

@@ -110,8 +110,8 @@ jobs:
issue_number: context.issue.number,
});
const botComment = comments.data.find(comment =>
comment.user.type === 'Bot' &&
const botComment = comments.data.find(comment =>
comment.user.type === 'Bot' &&
comment.body.includes('Missing Required Information')
);