@@ -106,18 +106,19 @@ private function extractLabels($prTitle)
106
106
private function getValidLabels ()
107
107
{
108
108
$ 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 ' ,
121
122
);
122
123
123
124
return array_merge (
0 commit comments