chore: fix unsupported major comment in issue automation (#44706)
This commit is contained in:
parent
1cae73ba09
commit
febf305a4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue-opened.yml
vendored
2
.github/workflows/issue-opened.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
}
|
||||
}
|
||||
if (labels.length === 0) {
|
||||
core.setOutput('No supported versions found', true);
|
||||
core.setOutput('unsupportedMajor', true);
|
||||
labels.push('blocked/need-info ❌');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue