From c65fea29169ae8079e1a303ce51f06b85eca3b3d Mon Sep 17 00:00:00 2001 From: extremeheat Date: Fri, 29 Mar 2024 01:32:53 -0400 Subject: [PATCH] helper-bot fix --- .github/helper-bot/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/helper-bot/index.js b/.github/helper-bot/index.js index 748dd576..8dffc6c0 100644 --- a/.github/helper-bot/index.js +++ b/.github/helper-bot/index.js @@ -102,8 +102,7 @@ async function fetchLatest () { console.log(version, currentVersionReleaseDate, releaseNotes) const title = `Support Minecraft ${result.version}` - - const issueStatus = await helper.findIssue({ titleIncludes }) || {} + const issueStatus = await helper.findIssue({ titleIncludes: title }) || {} if (supportedVersions.includes(version)) { if (issueStatus.isOpen) {