From: Matthias Runge Date: Thu, 18 Jul 2019 09:42:10 +0000 (+0200) Subject: Move trusted-contributors down the list X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=e91e6e68e46419e84c234561ceaed36972f69946 Move trusted-contributors down the list since the last matching pattern takes the most precedence. --- 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