Our `CODEOWNERS` file has entries like: ``` src/foo/bar/ @"Bar Tender" src/foo/baz/ @"Nuther Guy" ``` Despite the quotes, these names are being split apart, and they show up as multiple (2) owners. See these screenshots: <img width="219" alt="Screenshot 2023-01-31 at 9 20 42 AM" src="https://user-images.githubusercontent.com/281311/215785931-d0e66faf-180e-40c8-95c7-9923252edb4b.png"> <img width="626" alt="Screenshot 2023-01-31 at 9 20 50 AM" src="https://user-images.githubusercontent.com/281311/215785955-b6a81423-3493-4fa5-bb47-893c301457fc.png"> It would be "A Mazing" if you could honor quoted strings as a single name. Thanks in advance!