Skip to content

Commit 11f4f69

Browse files
authored
ci/request-reviews: lowercase handles consistently (#370824)
2 parents 5729347 + 213dbf1 commit 11f4f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/request-reviews/process-reviewers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ trap 'rm -rf "$tmp"' exit
2424

2525
declare -A users=()
2626
while read -r handle && [[ -n "$handle" ]]; do
27-
users[$handle]=
27+
users[${handle,,}]=
2828
done
2929

3030
# Cannot request a review from the author

0 commit comments

Comments
 (0)