Skip to content

Commit

Permalink
Update .github/workflows/check-backport-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd authored Jan 3, 2025
1 parent 8146b3e commit e116cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-backport-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
major="${BASH_REMATCH[1]}"
minor="${BASH_REMATCH[2]}"
pr_majors+=("${major}")
if [[ "${pr_label}" == *x ]]; then
if [ "${minor}" = "x" ]; then
pr_floating_majors+=("${major}")
fi
fi
Expand Down

0 comments on commit e116cc3

Please sign in to comment.