Created
March 20, 2023 20:53
-
-
Save dstogov/f2b0b1398fb1b8dc5c8b4375600b3190 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CODEOWNERS b/CODEOWNERS | |
index 87f1e79d22..c052ac48be 100644 | |
--- a/CODEOWNERS | |
+++ b/CODEOWNERS | |
@@ -9,6 +9,25 @@ | |
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | |
/.github @iluuu1994 | |
-/ext/opcache @iluuu1994 | |
+/ext/ffi @dstogov | |
+/ext/opcache @dstogov @iluuu1994 | |
/ext/random @TimWolla | |
-/Zend @iluuu1994 | |
+/Zend/** @iluuu1994 | |
+/Zend/Optimizer @dstogov | |
+/Zend/zend.* @dstogov | |
+/Zend/zend_alloc.* @dstogov | |
+/Zend/zend_API.* @dstogov | |
+/Zend/zend_closures.* @dstogov | |
+/Zend/zend_execute.* @dstogov | |
+/Zend/zend_execute_API.c @dstogov | |
+/Zend/zend_gc.* @dstogov | |
+/Zend/zend_hash.* @dstogov | |
+/Zend/zend_inheritance.* @dstogov | |
+/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 | |
+/Zend/zend_variables.* @dstogov | |
+/Zend/zend_vm* @dstogov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment