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 6510ab6 commit 832466bCopy full SHA for 832466b
src/Service/LabelNameExtractor.php
@@ -53,7 +53,7 @@ public function extractLabels($title, Repository $repository)
53
foreach ($matches['labels'] as $label) {
54
$label = $this->fixLabelName($label);
55
56
- // check case-insensitively, but the apply the correctly-cased label
+ // check case-insensitively, but then apply the correctly-cased label
57
if (isset($validLabels[strtolower($label)])) {
58
$labels[] = $validLabels[strtolower($label)];
59
}
0 commit comments