Skip to content

Commit e116cc3

Browse files
authored
Update .github/workflows/check-backport-labels.yml
1 parent 8146b3e commit e116cc3

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
@@ -66,7 +66,7 @@ jobs:
6666
major="${BASH_REMATCH[1]}"
6767
minor="${BASH_REMATCH[2]}"
6868
pr_majors+=("${major}")
69-
if [[ "${pr_label}" == *x ]]; then
69+
if [ "${minor}" = "x" ]; then
7070
pr_floating_majors+=("${major}")
7171
fi
7272
fi

0 commit comments

Comments
 (0)