Skip to content

Commit

Permalink
[codeowners] allow overrides to take higher precedence (#150821)
Browse files Browse the repository at this point in the history
With #149344 the codeowners has many more entries in it, and these
entries are taking precedence because in codeowner files:

https://help.github.com/articles/about-codeowners/
> Order is important; the last matching pattern takes the most
precedence.

This reverses the order of the codeowners file, placing all of the
auto-generated codeowners at the top of the file, followed by the
manually managed overrides, and finally followed by the "ultimate
priority" rules which gives design codeowners over all .scss files in
the repo.
  • Loading branch information
Spencer authored Feb 9, 2023
1 parent 902ef9e commit b53d483
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 551 deletions.
Loading

0 comments on commit b53d483

Please sign in to comment.