Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c17adc6

Browse files
minor #27079 Added .github/CODEOWNERS (lyrixx)
This PR was merged into the 2.7 branch. Discussion ---------- Added .github/CODEOWNERS | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | --- refs https://help.github.com/articles/about-codeowners/ Commits ------- ffe9aaa Added .github/CODEOWNERS
2 parents d80a706 + ffe9aaa commit c17adc6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# LDAP
2+
/src/Symfony/Component/Ldap/* @csarrazi
3+
# Lock
4+
/src/Symfony/Component/Lock/* @jderusse
5+
# Messenger
6+
/src/Symfony/Bridge/Doctrine/Messenger/* @sroze
7+
/src/Symfony/Component/Messenger/* @sroze
8+
# Workflow
9+
/src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php @lyrixx
10+
/src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php @lyrixx
11+
/src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php @lyrixx
12+
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ValidateWorkflowsPass.php @lyrixx
13+
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/WorkflowGuardListenerPass.php @lyrixx
14+
/src/Symfony/Component/Workflow/* @lyrixx

0 commit comments

Comments
 (0)