From bd71b495cb8c0b45ad4bd983ddafe9780258aca0 Mon Sep 17 00:00:00 2001 From: Suhaib Mujahid Date: Sun, 22 Feb 2026 13:07:28 -0500 Subject: [PATCH] [webcompat_score] Increase the changes limit from 50 to 200 --- bugbot/rules/webcompat_score.py | 2 ++ 1 file changed, 2 insertions(+) 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 = {}