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 0ef5e0c commit e728242Copy full SHA for e728242
.github/workflows/check-backport-labels.yml
@@ -66,7 +66,7 @@ jobs:
66
major="${BASH_REMATCH[1]}"
67
minor="${BASH_REMATCH[2]}"
68
pr_majors+=("${major}")
69
- if [[ "${pr_label}" == *x ]]; then
+ if [ "${minor}" = "x" ]; then
70
pr_floating_majors+=("${major}")
71
fi
72
0 commit comments