From 23037f9bb1a294672aca17092c55f76489df0788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dabiel=20Gonz=C3=A1lez=20Ramos?= Date: Wed, 6 Mar 2024 13:48:44 +0200 Subject: [PATCH] chore: update code owners --- .github/CODEOWNERS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cbd09481d..9b28f1d27 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,12 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @dgonzalezr @endv-bogdanb @Cata1989 + # Any change related to the .github workflows # will require approval from @dgonzalezr. -.github/ @dgonzalezr +.github/ @dgonzalezr @endv-bogdanb # Any change related to the NPM dependencies # will require approval from @dgonzalezr @endv-bogdanb. @@ -10,4 +16,4 @@ package-lock.json @dgonzalezr @endv-bogdanb # Any change inside the `/packages` directory # will require approval from @dgonzalezr @endv-bogdanb. -/packages @dgonzalezr @endv-bogdanb +/packages @dgonzalezr @endv-bogdanb @Cata1989