Skip to content

Commit b4663c4

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

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
@@ -39,6 +39,7 @@ jobs:
3939
4040
if [[ "${label}" =~ ${backport_regex} ]]; then
4141
major="${BASH_REMATCH[1]}"
42+
minor="${BASH_REMATCH[2]}"
4243
all_backport_labels+=("${label}")
4344
echo "${label}"
4445

0 commit comments

Comments
 (0)