Skip to content

Commit 6e787bc

Browse files
marco-csuhaibmujahid
authored andcommitted
Don't ask users for perf information when the "Performance Impact" is "none"
Fixes #2444
1 parent 5591769 commit 6e787bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bugbot/rules/moved_to_performance.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ def get_bz_params(self, date):
158158
"f5": "longdesc",
159159
"o5": "casesubstring",
160160
"v5": "could you make sure the following information is on this bug?",
161+
"n6": 1,
162+
"f6": "cf_performance_impact",
163+
"o6": "equals",
164+
"v6": "none",
161165
}
162166

163167
return params

0 commit comments

Comments
 (0)