minor #38575 Add myself to CODEOWNERS for Security and Console (chalasr)

This PR was merged into the 4.4 branch.

Discussion
----------

Add myself to CODEOWNERS for Security and Console

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

a2ab55407b Add myself to CODEOWNERS for Security and Console
This commit is contained in:
Robin Chalas 2020-10-15 00:48:59 +02:00
commit f5a4a5d715
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