helper-bot fix

This commit is contained in:
extremeheat 2024-03-29 01:32:53 -04:00 committed by GitHub
commit c65fea2916
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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