Skip to content

Commit

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

0 comments on commit dad01c9

Please sign in to comment.