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 2fc181c commit e394273Copy full SHA for e394273
.github/workflows/remove-lockdown-label.yml
@@ -21,8 +21,10 @@ jobs:
21
has_changes_without_version_feature=$(echo "$changes_without_version_feature" | wc -l)
22
if [ "$has_changes_without_version_feature" -eq 0 ]; then
23
echo "only_version_feature_changed=true" >> $GITHUB_ENV
24
+ echo "✅ Only change in eng/Versions.props is <VersionFeature>"
25
else
26
echo "only_version_feature_changed=false" >> $GITHUB_ENV
27
+ echo "❌ Changes in eng/Versions.props other than <VersionFeature> found"
28
29
- name: Remove Branch Lockdown label from other PRs targeting this branch
30
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