barosl / homu

A bot that integrates with GitHub and your favorite continuous integration service
http://homu.io/
MIT License
661 stars 108 forks source link

Compare usernames case insensitively #75

Open alexcrichton opened 9 years ago

alexcrichton commented 9 years ago

I added the all-lowercase version of a username to cfg.toml, but it failed to recognize them as a reviewer because their username had a different case definition. Would it be possible for homu to test usernames case insensitively for equality? I believe github already does so as well.