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 4f3b64b commit b4663c4Copy full SHA for b4663c4
.github/workflows/check-backport-labels.yml
@@ -39,6 +39,7 @@ jobs:
39
40
if [[ "${label}" =~ ${backport_regex} ]]; then
41
major="${BASH_REMATCH[1]}"
42
+ minor="${BASH_REMATCH[2]}"
43
all_backport_labels+=("${label}")
44
echo "${label}"
45
0 commit comments