Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)

Add RKM to CODEOWNERS for WASM/emscripten and Android.
This commit is contained in:
Russell Keith-Magee 2024-10-31 08:12:37 +08:00 committed by GitHub
parent 951cb2c369
commit ac3a2c8abc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

6
.github/CODEOWNERS vendored
View File

@ -255,8 +255,8 @@ Modules/_interp*module.c @ericsnowcurrently
Lib/test/test_interpreters/ @ericsnowcurrently
# Android
**/*Android* @mhsmith
**/*android* @mhsmith
**/*Android* @mhsmith @freakboy3742
**/*android* @mhsmith @freakboy3742
# iOS (but not termios)
**/iOS* @freakboy3742
@ -267,7 +267,7 @@ Lib/test/test_interpreters/ @ericsnowcurrently
**/*-ios* @freakboy3742
# WebAssembly
/Tools/wasm/ @brettcannon
/Tools/wasm/ @brettcannon @freakboy3742
# SBOM
/Misc/externals.spdx.json @sethmlarson