From b3eb5bb02ca7a2b0735aa34ccbfae9814e037320 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Wed, 20 Nov 2024 17:47:23 +0100 Subject: [PATCH] Add @mrobinson to the `CODEOWNERS` file (#34308) Signed-off-by: Martin Robinson --- .github/CODEOWNERS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ca8445e9cc1..a5a0a80d29a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,4 @@ -# Reviewers for the Servo project - - +# Reviewers for the `script` crate /components/script/ @gterzian # Reviewers for OpenHarmony related code @@ -8,3 +6,10 @@ /ports/servoshell/egl/ @jschwe /components/fonts/platform/freetype/ohos/ @jschwe /.github/workflows/ohos.yml @jschwe + +# Reviewers for compositing-related code +/components/compositing @mrobinson + +# Reviewers for layout-related code +/components/layout_2020 @mrobinson +/components/layout @mrobinson