Skip to content

Commit 34304e8

Browse files
authored
Merge pull request #84 from fancyweb/resync-labels
fix(auto-label): resynchronize valid labels
2 parents 686b5b2 + d5f2bc1 commit 34304e8

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/AppBundle/Subscriber/AutoLabelPRFromContentSubscriber.php

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,19 @@ private function extractLabels($prTitle)
106106
private function getValidLabels()
107107
{
108108
$realLabels = array(
109-
'Asset', 'BC Break', 'BrowserKit', 'Bug', 'Cache', 'ClassLoader',
110-
'Config', 'Console', 'Critical', 'CssSelector', 'Debug', 'DebugBundle',
111-
'DependencyInjection', 'Deprecation', 'Doctrine', 'DoctrineBridge',
112-
'DomCrawler', 'Dotenv', 'Drupal related', 'DX', 'Easy Pick', 'Enhancement',
113-
'ErrorHandler', 'ErrorRenderer', 'EventDispatcher', 'ExpressionLanguage', 'Feature', 'Filesystem',
114-
'Finder', 'Form', 'FrameworkBundle', 'HttpClient', 'HttpFoundation', 'HttpKernel',
115-
'Inflector', 'Intl', 'Ldap', 'Locale', 'Lock', 'Mailer', 'Messenger', 'Mime', 'MonologBridge', 'OptionsResolver',
116-
'PhpUnitBridge', 'Process', 'PropertyAccess', 'PropertyInfo', 'Ready',
117-
'RFC', 'Routing', 'Security', 'SecurityBundle', 'Serializer',
118-
'Stopwatch', 'Templating', 'Translator', 'TwigBridge', 'TwigBundle',
119-
'Unconfirmed', 'Validator', 'VarDumper', 'WebProfilerBundle', 'WebServerBundle',
120-
'Workflow', 'Yaml',
109+
'Asset', 'BC Break', 'BrowserKit', 'Bug', 'Cache', 'Config', 'Console',
110+
'Contracts', 'Critical', 'CssSelector', 'Debug', 'DebugBundle', 'DependencyInjection',
111+
'Deprecation', 'Doctrine', 'DoctrineBridge', 'DomCrawler', 'Dotenv',
112+
'DX', 'Enhancement', 'ErrorHandler', 'EventDispatcher', 'ExpressionLanguage',
113+
'Feature', 'Filesystem', 'Finder', 'Form', 'FrameworkBundle', 'Hack Day',
114+
'HttpClient', 'HttpFoundation', 'HttpKernel', 'Inflector', 'Intl', 'Ldap',
115+
'Locale', 'Lock', 'Mailer', 'Messenger', 'Mime', 'MonologBridge', 'Notifier',
116+
'OptionsResolver', 'Performance', 'PhpUnitBridge', 'Process', 'PropertyAccess',
117+
'PropertyInfo', 'ProxyManagerBridge', 'RFC', 'Routing', 'Security',
118+
'SecurityBundle', 'Serializer', 'Stopwatch', 'String', 'Templating',
119+
'Translator', 'TwigBridge', 'TwigBundle', 'Uid', 'Validator', 'VarDumper',
120+
'VarExporter', 'WebLink', 'WebProfilerBundle', 'WebServerBundle', 'Workflow',
121+
'Yaml',
121122
);
122123

123124
return array_merge(

0 commit comments

Comments
 (0)