]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)
authorRussell Keith-Magee <russell@keith-magee.com>
Thu, 31 Oct 2024 00:12:37 +0000 (08:12 +0800)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 00:12:37 +0000 (00:12 +0000)
Add RKM to CODEOWNERS for WASM/emscripten and Android.

.github/CODEOWNERS

index e929ac8c474b2f6796cfaf938ea7459cb69a0d3d..9024639e25fcdff76c5db83e74e4e356b815449e 100644 (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