Skip to content

Commit 8146b3e

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

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)