syzkaller/.github/CODEOWNERS
Dmitry Vyukov a2267789b8 .github: reorder CODEOWNERS owner entries
I mis-interpreted the order of entries:
"Order is important; the last matching pattern takes the most precedence."
https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

The idea is to not pull in all OS maintainers for vendor/ updates.
2020-09-15 19:34:30 +02:00

10 lines
255 B
Plaintext

# For reference see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
*.py @xairy
*fuchsia* @mvanotti
*freebsd* @markjdb @tuexen
*netbsd* @krytarowski @R3x
*openbsd* @blackgnezdo @mptre
vendor/ @dvyukov