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') );