We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2581eda commit 0d6cc0cCopy full SHA for 0d6cc0c
1 file changed
tools/Github/ParseSquadMappingList.ps1
@@ -134,7 +134,7 @@ function AddSquadLabelsToYaml {
134
}
135
136
$labelsToAdd = [System.Collections.Generic.List[string]]::new()
137
- $sortedLabels = $labelsPresent.Keys | Sort-Object -CultureInvariant -CaseSensitive
+ $sortedLabels = $labelsPresent.Keys | Sort-Object -CaseSensitive
138
foreach ($label in $sortedLabels) {
139
if ($LabelToSquad.ContainsKey($label)) {
140
$squadLabel = $LabelToSquad[$label]
0 commit comments