Skip to content

Commit

Permalink
Add myself to CODEOWNERS for WASM/emscripten and Android (python#126210)
Browse files Browse the repository at this point in the history
Add RKM to CODEOWNERS for WASM/emscripten and Android.
  • Loading branch information
freakboy3742 authored and ebonnal committed Jan 10, 2025
1 parent 132ce80 commit f3c2997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f3c2997

Please sign in to comment.