Extend codeowner sections to assign multiple paths to a single group of users
### Issue The exact same codeowner section name can show up multiple times in the MR approval widget. This is confusing and limits how we can extend the functionality of codeowners/approval rules in other areas ![Screen_Shot_2022-08-23_at_12.22.44_PM](/uploads/dfab4a8ed4af06751bf6a3311a29650b/Screen_Shot_2022-08-23_at_12.22.44_PM.png) ### Proposal Add ability to group many paths under the same `section name + users`. An example of how I might expect this to be configured 1. First line- section name 2. Second line- Users 3. Next lines - All paths In the MR, this should result in a single `Frontend` codeowner rule being displayed, with all members of the frontend maintainer group listed (example below) | Current codeowner file configuration | Proposal | | ------ | ------ | | ![Screen_Shot_2022-08-23_at_12.21.31_PM](/uploads/91609b5c913c803883aa557880848ae1/Screen_Shot_2022-08-23_at_12.21.31_PM.png) | ![Screen_Shot_2022-08-23_at_12.21.13_PM](/uploads/2f7b9dc4788c2cf6e4f2d5eb66543329/Screen_Shot_2022-08-23_at_12.21.13_PM.png) |
issue