https://bugzilla.wikimedia.org/show_bug.cgi?id=37463
--- Comment #30 from Alvaro <[email protected]> --- Hi guys, about the automerge and "instant reviews" we are already dealing with this in the last metrics: https://github.com/VizGrimoire/VizGrimoireR/blob/mediawiki/vizgrimoire/SCR.py#L728 This is the basic query for getting the time to review and we are filtering: filters += " AND i.submitted_by<>changes.changed_by " and also min_days_for_review = 0.042 # one hour so in this metrics, no auto reviews and no <1h reviews are analyzed. If you feel comfortable with that we can apply the same filtering to all data when getting closed submissions. We will also filter out "i18n" submissions. Opinions? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
