Skip to content

Commit d54e2f9

Browse files
committed
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.
1 parent c774a8d commit d54e2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# For more information, see the GitHub CODEOWNERS documentation:
99
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
1010

11-
*.stub.php @kocsismate
1211
/.github @iluuu1994 @TimWolla
1312
/build/gen_stub.php @kocsismate
1413
/ext/bcmath @Girgias
@@ -54,3 +53,4 @@
5453
/Zend/zend_type*.h @dstogov
5554
/Zend/zend_variables.* @dstogov
5655
/Zend/zend_vm* @dstogov
56+
*.stub.php @kocsismate

0 commit comments

Comments
 (0)