Skip to content

Commit

Permalink
helper-bot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Mar 29, 2024
1 parent 3e5158b commit c65fea2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/helper-bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c65fea2

Please sign in to comment.