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 505af1e commit 4f3b64bCopy full SHA for 4f3b64b
.github/workflows/check-backport-labels.yml
@@ -42,7 +42,7 @@ jobs:
42
all_backport_labels+=("${label}")
43
echo "${label}"
44
45
- if [[ "${label}" == *x ]]; then
+ if [ "${minor}" = "x" ]; then
46
all_floating_majors+=("${major}")
47
fi
48
0 commit comments