CODEOWNERS: add sagudev for canvas and WebGPU components (#38899)

Not sure how useful it is given that I usually deal with these two
components, but at least it will keep stuff from other people on my
radar.

Testing: Not needed, just github stuff

Signed-off-by: Sam <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Sam 2025-08-25 04:41:24 +02:00 committed by GitHub
parent 3a97d4eed2
commit 2b7186893f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.github/CODEOWNERS vendored
View file

@ -15,3 +15,11 @@
# Reviewers for Minibrowser related code
/ports/servoshell/desktop @atbrakhi
# Reviewers for 2D canvas related code
/components/canvas @sagudev
/components/shared/canvas @sagudev
# Reviewers for WebGPU related code
/components/webgpu @sagudev
/components/script/dom/webgpu @sagudev