mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix CODEOWNERS rule order
I stopped getting notifications a while ago even though they used to appear from time to time. After reading https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners, it looks like the other rules shadow mine. Therefore I'm putting my rule to the end.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
# 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
|
||||
|
||||
*.stub.php @kocsismate
|
||||
/.github @iluuu1994 @TimWolla
|
||||
/build/gen_stub.php @kocsismate
|
||||
/ext/bcmath @Girgias
|
||||
@@ -54,3 +53,4 @@
|
||||
/Zend/zend_type*.h @dstogov
|
||||
/Zend/zend_variables.* @dstogov
|
||||
/Zend/zend_vm* @dstogov
|
||||
*.stub.php @kocsismate
|
||||
|
||||
Reference in New Issue
Block a user