Add 'help wanted' to the list of excluded labels #35

Closed
limonte wants to merge 1 commits from master into master

View File

@@ -31,8 +31,9 @@ class StatisticsComputer implements StatisticsProvider
'refactoring',
'duplicate',
'tests',
'refactoring',
'suggestion',
'refactoring',
'help wanted',
'wip',
'rfc',
'wishlist',
@@ -50,6 +51,7 @@ class StatisticsComputer implements StatisticsProvider
'.*test.*',
'.*suggestion.*',
'.*refactoring.*',
'.*help\s+wanted.*',
'(.*[\s\.-])?wip',
'(.*[\s\.-])?rfc',
'(.*[\s\.-])?poc',