Add myself to CODEOWNERS for Security and Console

This commit is contained in:
Robin Chalas 2020-10-15 00:44:23 +02:00
parent 4a221f8f33
commit a2ab55407b
1 changed files with 5 additions and 4 deletions

9
.github/CODEOWNERS vendored
View File

@ -1,4 +1,5 @@
# Console
/src/Symfony/Component/Console/ @chalasr
/src/Symfony/Component/Console/Logger/ConsoleLogger.php @dunglas
# DependencyInjection
/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php @dunglas
@ -36,10 +37,10 @@
# Serializer
/src/Symfony/Component/Serializer/ @dunglas
# Security
/src/Symfony/Bridge/Doctrine/Security/ @wouterj
/src/Symfony/Bundle/SecurityBundle/ @wouterj
/src/Symfony/Component/Security/ @wouterj
/src/Symfony/Component/Ldap/Security/ @wouterj
/src/Symfony/Bridge/Doctrine/Security/ @wouterj @chalasr
/src/Symfony/Bundle/SecurityBundle/ @wouterj @chalasr
/src/Symfony/Component/Security/ @wouterj @chalasr
/src/Symfony/Component/Ldap/Security/ @wouterj @chalasr
# TwigBundle
/src/Symfony/Bundle/TwigBundle/ErrorRenderer/TwigHtmlErrorRenderer.php @yceruto
# WebLink