diff --git a/bugbot/rules/webcompat_score.py b/bugbot/rules/webcompat_score.py index 028f74567..3d14630f8 100644 --- a/bugbot/rules/webcompat_score.py +++ b/bugbot/rules/webcompat_score.py @@ -17,6 +17,8 @@ class Score: class WebcompatScore(BzCleaner): + normal_changes_max = 200 + def __init__(self): super().__init__() self.scored_bugs = {}