From: Radoslaw Jablonski Date: Thu, 18 Jul 2019 11:01:25 +0000 (+0200) Subject: Merge pull request #3224 from mrunge/codeowners X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d17d1f5e3301a5c5ab0aea105940fa6fad915b82;hp=c8bde82402453cb3f9672bcef7224cfc81cdad25;p=collectd.git Merge pull request #3224 from mrunge/codeowners Move trusted-contributors down the list --- 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