Skip to content

Commit 7373169

Browse files
authored
Merge branch 'master' into patch-1
2 parents 34aabca + 05c1bd9 commit 7373169

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AppBundle/Subscriber/AutoLabelPRFromContentSubscriber.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ private function getValidLabels()
109109
'Asset', 'BC Break', 'BrowserKit', 'Bug', 'Cache', 'ClassLoader',
110110
'Config', 'Console', 'Critical', 'CssSelector', 'Debug', 'DebugBundle',
111111
'DependencyInjection', 'Deprecation', 'Doctrine', 'DoctrineBridge',
112-
'DomCrawler', 'Drupal related', 'DX', 'Easy Pick', 'Enhancement',
112+
'DomCrawler', 'Dotenv', 'Drupal related', 'DX', 'Easy Pick', 'Enhancement',
113113
'EventDispatcher', 'ExpressionLanguage', 'Feature', 'Filesystem',
114114
'Finder', 'Form', 'FrameworkBundle', 'HttpClient', 'HttpFoundation', 'HttpKernel',
115-
'Intl', 'Ldap', 'Locale', 'Lock', 'Messenger', 'MonologBridge', 'OptionsResolver',
115+
'Inflector', 'Intl', 'Ldap', 'Locale', 'Lock', 'Messenger', 'Mime', 'MonologBridge', 'OptionsResolver',
116116
'PhpUnitBridge', 'Process', 'PropertyAccess', 'PropertyInfo', 'Ready',
117117
'RFC', 'Routing', 'Security', 'SecurityBundle', 'Serializer',
118118
'Stopwatch', 'Templating', 'Translator', 'TwigBridge', 'TwigBundle',
119-
'Unconfirmed', 'Validator', 'VarDumper', 'WebProfilerBundle', 'Workflow',
120-
'Yaml',
119+
'Unconfirmed', 'Validator', 'VarDumper', 'WebProfilerBundle', 'WebServerBundle',
120+
'Workflow', 'Yaml',
121121
);
122122

123123
return array_merge(

0 commit comments

Comments
 (0)