diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2024-10-31 00:12:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 00:12:37 (GMT) |
commit | ac3a2c8abceeec44848635c26f09ff382bbcab73 (patch) | |
tree | dd739b6614b421b1dc4ba424d89111a3a5562fda /.github | |
parent | 951cb2c369e8b8fb9f93662658391a53fd727787 (diff) | |
download | cpython-ac3a2c8abceeec44848635c26f09ff382bbcab73.zip cpython-ac3a2c8abceeec44848635c26f09ff382bbcab73.tar.gz cpython-ac3a2c8abceeec44848635c26f09ff382bbcab73.tar.bz2 |
Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)
Add RKM to CODEOWNERS for WASM/emscripten and Android.
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e929ac8..9024639 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |