mszostok / codeowners-validator

The GitHub CODEOWNERS file validator
Apache License 2.0
212 stars 47 forks source link

Use case-insenstive string comparison for team org ownership #108

Closed kyleellman closed 2 years ago

kyleellman commented 2 years ago

If an org name has any capital letters, the normalized team org name will not match the org name.

For instance: an org named Acme with team @Acme/development will end up comparing acme (org) to Acme (v.orgName).

Changes proposed in this pull request: