Add "maintenance" as an ignored label #40
@@ -31,7 +31,6 @@ class StatisticsComputer implements StatisticsProvider
|
||||
'refactoring',
|
||||
'duplicate',
|
||||
'tests',
|
||||
'refactoring',
|
||||
'suggestion',
|
||||
'wip',
|
||||
'rfc',
|
||||
@@ -40,6 +39,7 @@ class StatisticsComputer implements StatisticsProvider
|
||||
'cleanup',
|
||||
'discussion',
|
||||
'meta',
|
||||
'maintenance',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -53,11 +53,11 @@ class StatisticsComputer implements StatisticsProvider
|
||||
'.*duplicate.*',
|
||||
'.*test.*',
|
||||
'.*suggestion.*',
|
||||
'.*refactoring.*',
|
||||
'.*question.*',
|
||||
'.*cleanup.*',
|
||||
'.*discussion.*',
|
||||
'.*meta.*',
|
||||
'.*maintenance.*',
|
||||
'(.*[\s\.-])?wip',
|
||||
'(.*[\s\.-])?rfc',
|
||||
'(.*[\s\.-])?poc',
|
||||
|
Reference in New Issue
Block a user