mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)
Add RKM to CODEOWNERS for WASM/emscripten and Android.
This commit is contained in:
parent
951cb2c369
commit
ac3a2c8abc
1 changed files with 3 additions and 3 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue