From d54e2f9df2918f903a9e8fa8934bc9fe109530e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 11 Jan 2024 16:56:06 +0100 Subject: [PATCH] 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. --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 43d581a3703..aa2d6e07ef0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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