hmarr / codeowners

🔒 Command line tool and Go library for CODEOWNERS files
MIT License
167 stars 19 forks source link

Add `_` as allowed character in usernameRegexp #25

Closed ssgelm closed 2 months ago

ssgelm commented 4 months ago

While disallowed from public github usernames, an underscore is a key part of github EMU usernames. See https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/understanding-iam-for-enterprises/about-enterprise-managed-users for more information.

hmarr commented 2 months ago

Thanks @ssgelm, makes sense 👍