From 36288c9edabb026e2621ef3e06ec83603f1042b1 Mon Sep 17 00:00:00 2001 From: goodov <5928869+goodov@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:43:25 +0700 Subject: [PATCH] Fix codeowners order. (#1176) --- .github/CODEOWNERS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7f8bfc07..4420cad4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,8 @@ -seed/seed.json @brave/uplift-approvers -* @brave/griffin-maintainers +# The order is important. The last matching pattern takes the most precedence. + +# Griffin maintainers are responsible for all machinery in this repository. +* @brave/griffin-maintainers + +# The seed file is owned by the uplift team as any change to it directly affects +# public builds. It's important to update the seed in a controlled manner. +/seed/seed.json @brave/uplift-approvers