Group Code Owner rules with matching patterns and sections
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=227636) </details> <!--IssueSummary end--> When a file pattern is repeated within a section, group the owners together instead of using the "last rule wins" approach. For example ``` [Documentation] README.md @test [DocuMentatION] README.md @delicia ``` Currently, this gives us ``` Documentation README.md @delicia ``` ..but should result in ``` Documentation README.md @test @delicia ``` (h/t to @m_gill for this example: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36383#note_376571396) Additionally, this would be a good Code Owners Linter/Verification item to flag as a :yellow_heart:
issue