From ab7010dcdfaadb7e9acc77bd9a9d2dd618ff6690 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Fri, 3 Apr 2020 06:59:37 +0300 Subject: [PATCH] [CI] Update CODEOWNERS matching rules order According to the documentation the latest match has highest priority, which makes bader the only code owner. Signed-off-by: Alexey Bader --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 114f7767b52a4..583f2f7e65675 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ +* @bader + clang/ @erichkeane @Fznamznon clang/**/Driver @mdtoguchi @AGindinson @@ -8,12 +10,10 @@ opencl-aot/ @dm-vodopyanov @AlexeySachkov @romanovvlad libdevice/ @asavonic @vzakhari -sycl/doc/extensions/ @mkinsner @jbrodman +sycl/ @romanovvlad @bader sycl/doc/ @pvchupin @kbobrovs -sycl/ @romanovvlad @bader +sycl/doc/extensions/ @mkinsner @jbrodman xpti/ @tovinkere @andykaylor - -* @bader