diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-04 12:02:18 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-04 12:04:37 +0200 |
| commit | 4f739670f77d37168a44be2139f4005b748a825d (patch) | |
| tree | def286549761a6a91121e0662b60ee44582c21c0 /.github | |
| parent | 0bb197026afef73ebebc26a2e153a3175aef3852 (diff) | |
.github/CODEOWNERS: assign vendor/ changes to dvyukov
Currently vendor updates assign all OS reviewers b/c they mention *bsd files.
Override this with assigning all vendor/ to dvyukov.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cdf5369fe..c2548c5bf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,7 @@ # 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 |
