Extend Gitlab::CodeOwners::Entry to support :section attribute
In Gitlab::CodeOwners::Entry we should extend our data model to support an additional :section attribute in addition to the existing attributes of :pattern and :owner_line. We can set the default value of :section to “codeowners” and ignore it for now. (This will eventually be a group for any entries that occur before section headers in the CODEOWNERS file.)
Supports #12137 (closed)
Edited by Kerri Miller