Skip to content

Commit e394273

Browse files
edvilmegithub-actions
authored andcommitted
Print valid changes
1 parent 2fc181c commit e394273

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
has_changes_without_version_feature=$(echo "$changes_without_version_feature" | wc -l)
2222
if [ "$has_changes_without_version_feature" -eq 0 ]; then
2323
echo "only_version_feature_changed=true" >> $GITHUB_ENV
24+
echo "✅ Only change in eng/Versions.props is <VersionFeature>"
2425
else
2526
echo "only_version_feature_changed=false" >> $GITHUB_ENV
27+
echo "❌ Changes in eng/Versions.props other than <VersionFeature> found"
2628
2729
- name: Remove Branch Lockdown label from other PRs targeting this branch
2830
if: steps.PR_has_Branding_label.outputs.has_branding_label == 'true' && steps.PR_only_change_is_VersionFeature_in_eng_Versions_props.outputs.only_version_feature_changed == 'true'

0 commit comments

Comments
 (0)