We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4663c4 commit 0ef5e0cCopy full SHA for 0ef5e0c
.github/workflows/check-backport-labels.yml
@@ -64,6 +64,7 @@ jobs:
64
65
if [[ "${pr_label}" =~ ${backport_regex} ]]; then
66
major="${BASH_REMATCH[1]}"
67
+ minor="${BASH_REMATCH[2]}"
68
pr_majors+=("${major}")
69
if [[ "${pr_label}" == *x ]]; then
70
pr_floating_majors+=("${major}")
0 commit comments