Skip to content

Commit

Permalink
chore: fix unsupported major comment in issue automation (electron#44706
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dsanders11 authored Nov 19, 2024
1 parent 1cae73b commit febf305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ❌');
}
}
Expand Down

0 comments on commit febf305

Please sign in to comment.