Skip to content

Commit 18ab97b

Browse files
committed
[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).
1 parent 170230f commit 18ab97b

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# For more information, see the GitHub CODEOWNERS documentation:
1515
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
1616

17-
/.github @iluuu1994 @TimWolla
17+
/.github @TimWolla
1818
/build/gen_stub.php @kocsismate
1919
/ext/bcmath @Girgias @nielsdos @SakiTakamachi
2020
/ext/curl @adoy
@@ -32,7 +32,7 @@
3232
/ext/mbstring @alexdowad @youkidearitai
3333
/ext/mysqlnd @SakiTakamachi
3434
/ext/odbc @NattyNarwhal
35-
/ext/opcache @dstogov @iluuu1994
35+
/ext/opcache @dstogov
3636
/ext/openssl @bukka
3737
/ext/pcntl @devnexen
3838
/ext/pdo @SakiTakamachi
@@ -55,26 +55,24 @@
5555
/ext/xsl @nielsdos
5656
/main @bukka
5757
/sapi/fpm @bukka
58-
/Zend/Optimizer @dstogov @iluuu1994
58+
/Zend/Optimizer @dstogov
5959
/Zend/zend.* @dstogov
6060
/Zend/zend_alloc.* @dstogov
61-
/Zend/zend_API.* @dstogov @iluuu1994
61+
/Zend/zend_API.* @dstogov
6262
/Zend/zend_call_stack.* @arnaud-lb
6363
/Zend/zend_closures.* @dstogov
64-
/Zend/zend_compile.* @iluuu1994
65-
/Zend/zend_enum.* @iluuu1994
66-
/Zend/zend_execute.* @dstogov @iluuu1994
67-
/Zend/zend_execute_API.c @dstogov @iluuu1994
64+
/Zend/zend_execute.* @dstogov
65+
/Zend/zend_execute_API.c @dstogov
6866
/Zend/zend_gc.* @dstogov @arnaud-lb
6967
/Zend/zend_hash.* @dstogov
70-
/Zend/zend_inheritance.* @dstogov @iluuu1994
68+
/Zend/zend_inheritance.* @dstogov
7169
/Zend/zend_max_execution_timer.* @arnaud-lb
72-
/Zend/zend_object_handlers.* @dstogov @iluuu1994
73-
/Zend/zend_objects.* @dstogov @iluuu1994
74-
/Zend/zend_objects_API.* @dstogov @iluuu1994
75-
/Zend/zend_opcode.* @dstogov @iluuu1994
70+
/Zend/zend_object_handlers.* @dstogov
71+
/Zend/zend_objects.* @dstogov
72+
/Zend/zend_objects_API.* @dstogov
73+
/Zend/zend_opcode.* @dstogov
7674
/Zend/zend_string.* @dstogov
77-
/Zend/zend_type*.h @dstogov @iluuu1994
75+
/Zend/zend_type*.h @dstogov
7876
/Zend/zend_variables.* @dstogov
79-
/Zend/zend_vm* @dstogov @iluuu1994
77+
/Zend/zend_vm* @dstogov
8078
*.stub.php @kocsismate

0 commit comments

Comments
 (0)