From 2d8bd15ccd7cc511273ed209fc76099f468c577c Mon Sep 17 00:00:00 2001 From: native-api Date: Sat, 17 May 2025 15:38:33 +0300 Subject: [PATCH] Add CODEOWNERS file (#3247) to get notifications of pull requests ready for review [no ci] --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..da2b02fd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @pyenv/pyenv-core-maintainers @pyenv/pyenv-core-committers \ No newline at end of file