diff --git a/.github/helper-bot/index.js b/.github/helper-bot/index.js index abe67afa9..3a14bd230 100644 --- a/.github/helper-bot/index.js +++ b/.github/helper-bot/index.js @@ -51,7 +51,7 @@ async function updateManifestPC () { const latestVersionIsSnapshot = latestVersionData.type !== 'release' const title = `Support Minecraft PC ${latestVersion}` - const issueStatus = await helper.findIssue({ titleIncludes }) || {} + const issueStatus = await helper.findIssue({ titleIncludes: title }) || {} if (latestVersionIsSnapshot) { // don't make issues for snapshots