diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index c9feb27fd00..ad2a03c780b 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -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 ❌'); } }