Skip to content

Commit dd92a26

Browse files
committed
Update .github/workflows/check-backport-labels.yml
1 parent 2b35871 commit dd92a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-backport-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
# Validate that an exact backport label exists for each floating backport label major
130130
# version.
131131
132-
has_exact_backports_labels=true
132+
has_exact_backport_labels=true
133133
134134
for pr_floating_major in "${pr_floating_majors[@]}"; do
135135
exists_exact_major=false

0 commit comments

Comments
 (0)