Skip to content

Commit 9700b6e

Browse files
edvilmegithub-actions
authored andcommitted
Fix js
1 parent e5a8ab0 commit 9700b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-lockdown-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull_number: prNumber
2929
});
3030
// If files other than eng/Versions.props are changed, output message and exit
31-
if (files.any(file => file.filename !== "eng/Versions.props")) {
31+
if (files.some(file => file.filename !== "eng/Versions.props")) {
3232
console.log("❌ Changes in eng/Versions.props other than <VersionFeature> found");
3333
core.exportVariable("only_version_feature_changed", "false");
3434
return;

0 commit comments

Comments
 (0)