From 3e5158bebe9ae3bc684e3312cc67327fbf5b1ca7 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Thu, 28 Mar 2024 16:14:09 -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 3957200..748dd57 100644 --- a/.github/helper-bot/index.js +++ b/.github/helper-bot/index.js @@ -103,7 +103,7 @@ async function fetchLatest () { const title = `Support Minecraft ${result.version}` - const issueStatus = await helper.findIssue({ title }) || {} + const issueStatus = await helper.findIssue({ titleIncludes }) || {} if (supportedVersions.includes(version)) { if (issueStatus.isOpen) {