From 33b75f491a69b348383f00c4b42faad69663271c Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:45:45 +0530 Subject: [PATCH] chore: extend CODEOWNERS file to include platform-specific constraints files (#2559) * Add more files to CODEOWNERS * Uncomment cibuildwheel-maintainers for the entire constraints * Core maintainers are all watching the repo anyway --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3a6f76b9..129a78fa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,7 @@ +# 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-pyodide*.txt @hoodmane @ryanking13 @agriyakhetarpal