From 9bddb432cd3f64cd0ec8affdf8d96875ca56e30e Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 22 Sep 2025 16:13:14 +0100 Subject: [PATCH] codeowners: remove /layout and add /layout/taffy and /fonts for nicoburns (#39435) This configuration more accurately reflects what I have time to commit to reviewing. Signed-off-by: Nico Burns --- .github/CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d8e0651f674..897dcec6d5d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,12 @@ /components/compositing @mrobinson # Reviewers for layout-related code -/components/layout @mrobinson @Loirooriol @nicoburns +/components/layout @mrobinson @Loirooriol +/components/layout/taffy @nicoburns + +# Reviewers for font-related code +/components/fonts @nicoburns +/components/shared/fonts @nicoburns # Reviewers for Minibrowser related code /ports/servoshell/desktop @atbrakhi