helper-bot fix

This commit is contained in:
extremeheat 2024-03-28 16:14:09 -04:00 committed by GitHub
commit 3e5158bebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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