From e91e6e68e46419e84c234561ceaed36972f69946 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Thu, 18 Jul 2019 11:42:10 +0200 Subject: [PATCH] Move trusted-contributors down the list since the last matching pattern takes the most precedence. --- CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 55fbd049..5a2fe301 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,7 +4,6 @@ # These owners will be the default owners for everything in the repo. Unless a # later match takes precedence, # @trusted-contributors will be requested for # review when someone opens a pull request. -* @trusted-contributors /src/intel_pmu.c @kwiatrox @sunkuranganath /src/intel_rdt.c @kwiatrox @sunkuranganath @@ -13,3 +12,7 @@ /src/virt.c @anaudx @rjablonx # TODO(#2926): Add the following owners: #/src/redfish.c @kkepka @mkobyli + +# Order is important; the last matching pattern takes the most +# precedence. +* @trusted-contributors -- 2.11.0