From 4f739670f77d37168a44be2139f4005b748a825d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 4 Jul 2020 12:02:18 +0200 Subject: .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. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit mrf-deployment