diff --git a/src/Maintained/Statistics/StatisticsComputer.php b/src/Maintained/Statistics/StatisticsComputer.php index 24663cb..3e3d843 100644 --- a/src/Maintained/Statistics/StatisticsComputer.php +++ b/src/Maintained/Statistics/StatisticsComputer.php @@ -36,6 +36,10 @@ class StatisticsComputer implements StatisticsProvider 'wip', 'rfc', 'wishlist', + 'question', + 'cleanup', + 'discussion', + 'meta', ]; /** @@ -50,6 +54,10 @@ class StatisticsComputer implements StatisticsProvider '.*test.*', '.*suggestion.*', '.*refactoring.*', + '.*question.*', + '.*cleanup.*', + '.*discussion.*', + '.*meta.*', '(.*[\s\.-])?wip', '(.*[\s\.-])?rfc', '(.*[\s\.-])?poc',