Skip to content

Commit 0ef5e0c

Browse files
committed
Update .github/workflows/check-backport-labels.yml
1 parent b4663c4 commit 0ef5e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
6565
if [[ "${pr_label}" =~ ${backport_regex} ]]; then
6666
major="${BASH_REMATCH[1]}"
67+
minor="${BASH_REMATCH[2]}"
6768
pr_majors+=("${major}")
6869
if [[ "${pr_label}" == *x ]]; then
6970
pr_floating_majors+=("${major}")

0 commit comments

Comments
 (0)