From f12b6e3ffc3ac87964215abe5f2424689fce84e9 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Fri, 9 May 2025 01:04:03 +0300 Subject: [PATCH] Add CODEOWNERS file 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