Skip to content

Commit 4f3b64b

Browse files
committed
Update .github/workflows/check-backport-labels.yml
1 parent 505af1e commit 4f3b64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-backport-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
all_backport_labels+=("${label}")
4343
echo "${label}"
4444
45-
if [[ "${label}" == *x ]]; then
45+
if [ "${minor}" = "x" ]; then
4646
all_floating_majors+=("${major}")
4747
fi
4848
fi

0 commit comments

Comments
 (0)