Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c17adc6

Browse filesBrowse 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
Copy full SHA for c17adc6

File tree

Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed

‎.github/CODEOWNERS

Copy file name to clipboard
+14Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.