diff options
author | atbrakhi <atbrakhi@igalia.com> | 2024-11-22 10:18:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 09:18:20 +0000 |
commit | fd3af6ad04d9e1e1acf6c36da9327ff79fcde8d4 (patch) | |
tree | 5a30816b93da5e86463b0c7b6e863a0bb2367a3c /.github | |
parent | 67012a5091dc1d1dde5e3a46f926851e57b35226 (diff) | |
download | servo-fd3af6ad04d9e1e1acf6c36da9327ff79fcde8d4.tar.gz servo-fd3af6ad04d9e1e1acf6c36da9327ff79fcde8d4.zip |
Add @atbrakhi to the CODEOWNERS file (#34334)
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d9bd5745ae8..addae241772 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,3 +13,6 @@ # Reviewers for layout-related code /components/layout_2020 @mrobinson @Loirooriol /components/layout @mrobinson @Loirooriol + +# Reviewers for Minibrowser related code +/ports/servoshell/desktop @atbrakhi |