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