Add @mrobinson to the CODEOWNERS file (#34308)

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2024-11-20 17:47:23 +01:00 committed by GitHub
parent 138ec6d0ec
commit b3eb5bb02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.github/CODEOWNERS vendored
View file

@ -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