From dad01c95df86f792de6ececa921172f5ec287fc4 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Fri, 29 Mar 2024 01:32:05 -0400 Subject: [PATCH] helper-bot fix --- .github/helper-bot/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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