From a6ec9942bc7a2716b4d7ad8abd986f6a88eb0192 Mon Sep 17 00:00:00 2001 From: Emma Harper Smith Date: Sat, 6 Sep 2025 10:13:31 -0700 Subject: [PATCH 1/2] Add Emma Smith to CODEOWNERS --- .github/CODEOWNERS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7d26f8b526c3a0..4d6538122ec84f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -80,9 +80,9 @@ Tools/patchcheck/ @AA-Turner # ---------------------------------------------------------------------------- # Autotools -configure* @erlend-aasland @corona10 @AA-Turner -Makefile.pre.in @erlend-aasland @AA-Turner -Modules/Setup* @erlend-aasland @AA-Turner +configure* @erlend-aasland @corona10 @AA-Turner @emmatyping +Makefile.pre.in @erlend-aasland @AA-Turner @emmatyping +Modules/Setup* @erlend-aasland @AA-Turner @emmatyping Tools/build/regen-configure.sh @AA-Turner @@ -157,16 +157,16 @@ Lib/_osx_support.py @python/macos-team Lib/test/test__osx_support.py @python/macos-team # WebAssembly -Tools/wasm/README.md @brettcannon @freakboy3742 +Tools/wasm/README.md @brettcannon @freakboy3742 @emmatyping # WebAssembly (Emscripten) -Tools/wasm/config.site-wasm32-emscripten @freakboy3742 -Tools/wasm/emscripten @freakboy3742 +Tools/wasm/config.site-wasm32-emscripten @freakboy3742 @emmatyping +Tools/wasm/emscripten @freakboy3742 @emmatyping # WebAssembly (WASI) -Tools/wasm/wasi-env @brettcannon -Tools/wasm/wasi.py @brettcannon -Tools/wasm/wasi @brettcannon +Tools/wasm/wasi-env @brettcannon @emmatyping +Tools/wasm/wasi.py @brettcannon @emmatyping +Tools/wasm/wasi @brettcannon @emmatyping # Windows PC/ @python/windows-team @@ -603,9 +603,9 @@ Lib/test/test_zipfile/_path/ @jaraco Lib/zipfile/_path/ @jaraco # Zstandard -Lib/compression/zstd/ @AA-Turner -Lib/test/test_zstd.py @AA-Turner -Modules/_zstd/ @AA-Turner +Lib/compression/zstd/ @AA-Turner @emmatyping +Lib/test/test_zstd.py @AA-Turner @emmatyping +Modules/_zstd/ @AA-Turner @emmatyping # ---------------------------------------------------------------------------- From 32b08e186638ffa97fd0129c4babc0d8101e9ad2 Mon Sep 17 00:00:00 2001 From: Emma Smith Date: Sat, 6 Sep 2025 22:17:58 -0700 Subject: [PATCH 2/2] Add Emma to CODEOWNERS for Modules/makesetup --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d6538122ec84f..0928f051d5148a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -83,6 +83,7 @@ Tools/patchcheck/ @AA-Turner configure* @erlend-aasland @corona10 @AA-Turner @emmatyping Makefile.pre.in @erlend-aasland @AA-Turner @emmatyping Modules/Setup* @erlend-aasland @AA-Turner @emmatyping +Modules/makesetup @emmatyping Tools/build/regen-configure.sh @AA-Turner