Add "maintenance" as an ignored label #40

Closed
matchai wants to merge 2 commits from patch-1 into master

View File

@@ -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',