From 68151a2a7061141d679c24255d1700c780d8f5b0 Mon Sep 17 00:00:00 2001 From: Timothy <6560631+TimoPtr@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:49:47 +0200 Subject: [PATCH] Add Bruno and Timo as codeowners of the external_app folders (#26345) --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..b20db7e546 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# People marked here will be automatically requested for a review +# when the code that they own is touched. +# https://github.com/blog/2392-introducing-code-owners +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Part of the frontend that mobile developper should review +src/external_app/ @bgoncal @TimoPtr +test/external_app/ @bgoncal @TimoPtr