We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a8ab0 commit 9700b6eCopy full SHA for 9700b6e
.github/workflows/remove-lockdown-label.yml
@@ -28,7 +28,7 @@ jobs:
28
pull_number: prNumber
29
});
30
// If files other than eng/Versions.props are changed, output message and exit
31
- if (files.any(file => file.filename !== "eng/Versions.props")) {
+ if (files.some(file => file.filename !== "eng/Versions.props")) {
32
console.log("❌ Changes in eng/Versions.props other than <VersionFeature> found");
33
core.exportVariable("only_version_feature_changed", "false");
34
return;
0 commit comments