From 18ab97b9c24e9f59916c9981d6a627462aa00291 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sat, 21 Sep 2024 20:02:19 +0200 Subject: [PATCH] [skip ci] Remove myself as CODEOWNER I'm subscribed to the pulls list, so I'm just receiving each notification three times (GitHub sends to e-mails for each PR, for some reason). --- .github/CODEOWNERS | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 24a656eac19e0..6b57831db9ff9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,7 +14,7 @@ # For more information, see the GitHub CODEOWNERS documentation: # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -/.github @iluuu1994 @TimWolla +/.github @TimWolla /build/gen_stub.php @kocsismate /ext/bcmath @Girgias @nielsdos @SakiTakamachi /ext/curl @adoy @@ -32,7 +32,7 @@ /ext/mbstring @alexdowad @youkidearitai /ext/mysqlnd @SakiTakamachi /ext/odbc @NattyNarwhal -/ext/opcache @dstogov @iluuu1994 +/ext/opcache @dstogov /ext/openssl @bukka /ext/pcntl @devnexen /ext/pdo @SakiTakamachi @@ -55,26 +55,24 @@ /ext/xsl @nielsdos /main @bukka /sapi/fpm @bukka -/Zend/Optimizer @dstogov @iluuu1994 +/Zend/Optimizer @dstogov /Zend/zend.* @dstogov /Zend/zend_alloc.* @dstogov -/Zend/zend_API.* @dstogov @iluuu1994 +/Zend/zend_API.* @dstogov /Zend/zend_call_stack.* @arnaud-lb /Zend/zend_closures.* @dstogov -/Zend/zend_compile.* @iluuu1994 -/Zend/zend_enum.* @iluuu1994 -/Zend/zend_execute.* @dstogov @iluuu1994 -/Zend/zend_execute_API.c @dstogov @iluuu1994 +/Zend/zend_execute.* @dstogov +/Zend/zend_execute_API.c @dstogov /Zend/zend_gc.* @dstogov @arnaud-lb /Zend/zend_hash.* @dstogov -/Zend/zend_inheritance.* @dstogov @iluuu1994 +/Zend/zend_inheritance.* @dstogov /Zend/zend_max_execution_timer.* @arnaud-lb -/Zend/zend_object_handlers.* @dstogov @iluuu1994 -/Zend/zend_objects.* @dstogov @iluuu1994 -/Zend/zend_objects_API.* @dstogov @iluuu1994 -/Zend/zend_opcode.* @dstogov @iluuu1994 +/Zend/zend_object_handlers.* @dstogov +/Zend/zend_objects.* @dstogov +/Zend/zend_objects_API.* @dstogov +/Zend/zend_opcode.* @dstogov /Zend/zend_string.* @dstogov -/Zend/zend_type*.h @dstogov @iluuu1994 +/Zend/zend_type*.h @dstogov /Zend/zend_variables.* @dstogov -/Zend/zend_vm* @dstogov @iluuu1994 +/Zend/zend_vm* @dstogov *.stub.php @kocsismate