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 73d1c55 commit 8146b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-backport-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
if [[ "${pr_label}" =~ ${backport_regex} ]]; then
major="${BASH_REMATCH[1]}"
minor="${BASH_REMATCH[2]}"
pr_majors+=("${major}")
if [[ "${pr_label}" == *x ]]; then
pr_floating_majors+=("${major}")
Expand Down

0 comments on commit 8146b3e

Please sign in to comment.