diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-09-15 18:22:21 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-15 19:34:30 +0200 |
| commit | a2267789b8c3045ee299c40439ab74034b111ef1 (patch) | |
| tree | e528b5f6996fb833e4a411ba4c9d4bb25bbaa551 /.github/CODEOWNERS | |
| parent | c478111a98a390319c7af0b6784df9fa700840bc (diff) | |
.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.
Diffstat (limited to '.github/CODEOWNERS')
| -rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c2548c5bf..e19465595 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,9 @@ # For reference see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -vendor/ @dvyukov *.py @xairy *fuchsia* @mvanotti *freebsd* @markjdb @tuexen *netbsd* @krytarowski @R3x *openbsd* @blackgnezdo @mptre +vendor/ @dvyukov |
