From d9293e401104675c4edec5957d574d816858bf9b Mon Sep 17 00:00:00 2001 From: Sergei Garin Date: Wed, 6 Mar 2024 11:19:05 +0300 Subject: [PATCH] Add @MrFlashAccount as a codeowner of ide-desktop (#9280) This PR add @MrFlashAccount (me) as a code owner for ide part --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e4569523edc..35899816892 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -46,7 +46,7 @@ Cargo.toml /tools/http-test-helper/ @radeusgd @jdunkerley @GregoryTravis @AdRiley # Dashboard, Cloud & Authentication -/app/ide-desktop/ @PabloBuchu @indiv0 @somebody1234 +/app/ide-desktop/ @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount # The data-link schema is owned by the libraries team /app/ide-desktop/lib/dashboard/src/data/dataLinkSchema.json @radeusgd @jdunkerley @GregoryTravis @AdRiley /app/ide-desktop/lib/dashboard/src/data/__tests__ @radeusgd @jdunkerley @GregoryTravis @AdRiley @PabloBuchu @indiv0 @somebody1234