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) {