From 98d82747f6ae253b0a8fe8659b080b2261521848 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Mon, 23 Feb 2026 09:54:14 -0800 Subject: [PATCH 1/2] Add Savannah as `jit.yml` CODEOWNER (#145152) Add Savannah for jit.yml CODEOWNER (cherry picked from commit 6180e79ed2175f7b095807b78a5ea58b4da3de0b) --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 18367a64f47a0c..e18b7dca610125 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,6 +6,7 @@ # GitHub .github/** @ezio-melotti @hugovk @webknjaz +.github/workflows/jit.yml. @savannahostrowski Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz Lib/test/test_tools/test_compute_changes.py @AA-Turner @hugovk @webknjaz @@ -23,7 +24,7 @@ configure* @erlend-aasland @corona10 **/*context* @1st1 **/*genobject* @markshannon **/*hamt* @1st1 -**/*jit* @brandtbucher +**/*jit* @brandtbucher @savannahostrowski Python/perf_jit_trampoline.c # Exclude the owners of "**/*jit*", above. Objects/set* @rhettinger Objects/dict* @methane @markshannon From defdb28e4ef881b22a272f055b2421d33a521438 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Mon, 23 Feb 2026 10:04:17 -0800 Subject: [PATCH 2/2] Remove . --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e18b7dca610125..13d1e3e901cdd1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # GitHub .github/** @ezio-melotti @hugovk @webknjaz -.github/workflows/jit.yml. @savannahostrowski +.github/workflows/jit.yml @savannahostrowski Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz Lib/test/test_tools/test_compute_changes.py @AA-Turner @hugovk @webknjaz