mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: fix unsupported major comment in issue automation (#44706)
This commit is contained in:
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 ❌');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user