diff --git a/.github/actions/close-bot/helpers.js b/.github/actions/close-bot/helpers.js index aa0854846f..2f29e77506 100644 --- a/.github/actions/close-bot/helpers.js +++ b/.github/actions/close-bot/helpers.js @@ -28,7 +28,7 @@ function allChangelogLinesAreVersionBump(changelogLines) { changelogLines.length > 0 && changelogLines.length === changelogLines.filter(line => - line.includes('Version bump only for package') + line.includes('Version bump only for package'), ).length ) } @@ -52,14 +52,15 @@ function isPointlessVersionBump(body) { .filter(line => !line.startsWith(' !line.startsWith('

All notable changes')) .filter( - line => !line.startsWith('See ') + line => + !line.startsWith('See '), ) .filter(line => !line.startsWith('