From 4d773f104619264c4f3f4c308f5878f0ab996572 Mon Sep 17 00:00:00 2001 From: "mingholy.lmh" Date: Wed, 15 Oct 2025 22:22:54 +0800 Subject: [PATCH] fix: lint issue --- .github/workflows/check-issue-completeness.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-issue-completeness.yml b/.github/workflows/check-issue-completeness.yml index b0374472..4c832611 100644 --- a/.github/workflows/check-issue-completeness.yml +++ b/.github/workflows/check-issue-completeness.yml @@ -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') );