helper-bot fix
This commit is contained in:
parent
3e5158bebe
commit
c65fea2916
1 changed files with 1 additions and 2 deletions
3
.github/helper-bot/index.js
vendored
3
.github/helper-bot/index.js
vendored
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue