chore: fix unsupported major comment in issue automation (#44706)

This commit is contained in:
David Sanders 2024-11-19 01:52:08 -08:00 committed by GitHub
parent 1cae73ba09
commit febf305a4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ jobs:
} }
} }
if (labels.length === 0) { if (labels.length === 0) {
core.setOutput('No supported versions found', true); core.setOutput('unsupportedMajor', true);
labels.push('blocked/need-info ❌'); labels.push('blocked/need-info ❌');
} }
} }