Skip to content

Reviewers: Check codeowners path for exact matches prior to gobal patters

This was referenced in tezos/tezos!6772 (merged)

When checking codeowner's of change/diff paths, exact matches with the codeowner path will take precedence over partial matches and global patterns. This should allow for the negation of some files that would otherwise match a glob patter in the CODEOWNER file.

Merge request reports