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 db9fe44 commit cdfd101Copy full SHA for cdfd101
.github/workflows/check-backport-labels.yml
@@ -115,19 +115,3 @@ jobs:
115
if [ "${has_required_floating_labels}" != true ]; then
116
exit 1
117
fi
118
-
119
- # Validate that an exact backport label exists for each floating backport label major
120
- # version.
121
122
- has_required_exact_labels=true
123
124
- for pr_floating_major in "${!pr_floating_majors[@]}"; do
125
- if [ -z "${pr_exact_majors[${pr_floating_major}]}" ]; then
126
- has_required_exact_labels=false
127
- echo "::error::Missing exact backport label for '${pr_floating_major}.x'"
128
- fi
129
- done
130
131
- if [ "${has_required_exact_labels}" != true ]; then
132
- exit 1
133
0 commit comments