From 97b617bb247b606ffdb9db0514918af90ea25ded Mon Sep 17 00:00:00 2001 From: Uriel Date: Thu, 20 Jul 2023 04:59:47 -0300 Subject: [PATCH] Add me to GUI codeowners (#782) --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c3defa8af..65eaec23d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,9 @@ # Global code owner * @Eirenliel -# Make Loucas the owner of all GUI stuff -/gui/ @loucass003 -/package-lock.json @loucass003 +# Make Loucas and Uriel the owners of all GUI stuff +/gui/ @loucass003 @ImUrX +/package-lock.json @loucass003 @ImUrX # Uriel and Erimel responsible for i18n /gui/public/i18n/ @ImUrX @Louka3000