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 73d1c55 commit 8146b3eCopy full SHA for 8146b3e
.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