From 535c3ffcbd77ab1830c5f6d9f535bea6de04fb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?colin=20axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Mon, 24 Aug 2020 11:50:15 +0200 Subject: [PATCH] swap codeowner ordering (#7144) --- .github/CODEOWNERS | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 11926caabe..dc6f4859a8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,13 @@ # CODEOWNERS: https://help.github.com/articles/about-codeowners/ -# Primary repo maintainers -* @aaronc @alexanderbez @alessio +# NOTE: Order is important; the last matching pattern takes the +# most precedence. # Secondary repo maintainers, substitutes of the primary # maintainers when they become MIA * @cwgoes @sunnya97 + +# Primary repo maintainers +* @aaronc @alexanderbez @alessio + +