From 93d90e510e82ca9a692af22592e82d1f4d2c01d0 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 16 Aug 2025 08:30:50 +0530 Subject: [PATCH 1/3] Add more files to CODEOWNERS --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3a6f76b93..781598097 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,8 @@ +# Specification files for platform maintainers cibuildwheel/platforms/ios.py @freakboy3742 cibuildwheel/platforms/pyodide.py @hoodmane @ryanking13 @agriyakhetarpal cibuildwheel/platforms/android.py @mhsmith + +# Constraints files +# cibuildwheel/resources/constraints @pypa/cibuildwheel-maintainers +cibuildwheel/resources/constraints-pyodide*.txt @hoodmane @ryanking13 @agriyakhetarpal From c191a182631f2734b8a3a05b71ccaadf9998d4e5 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 16 Aug 2025 09:02:40 +0530 Subject: [PATCH 2/3] Uncomment cibuildwheel-maintainers for the entire constraints --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 781598097..2bf3dd9ae 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,5 +4,5 @@ cibuildwheel/platforms/pyodide.py @hoodmane @ryanking13 @agriyakhetarpal cibuildwheel/platforms/android.py @mhsmith # Constraints files -# cibuildwheel/resources/constraints @pypa/cibuildwheel-maintainers +cibuildwheel/resources/constraints @pypa/cibuildwheel-maintainers cibuildwheel/resources/constraints-pyodide*.txt @hoodmane @ryanking13 @agriyakhetarpal From 94a8bbd5aa80d0f6e1d1c2ae90fcaa156d792c94 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sun, 17 Aug 2025 06:59:01 +0530 Subject: [PATCH 3/3] Core maintainers are all watching the repo anyway --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2bf3dd9ae..129a78fab 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,5 +4,4 @@ cibuildwheel/platforms/pyodide.py @hoodmane @ryanking13 @agriyakhetarpal cibuildwheel/platforms/android.py @mhsmith # Constraints files -cibuildwheel/resources/constraints @pypa/cibuildwheel-maintainers cibuildwheel/resources/constraints-pyodide*.txt @hoodmane @ryanking13 @agriyakhetarpal