Skip to content

Commit 03c005e

Browse files
authored
Revert "Enable tool to automatically set "access" keywords on bugs that are p…" (#2844)
This reverts commit 9aa9fa8.
1 parent 4dd8bbf commit 03c005e

3 files changed

Lines changed: 1 addition & 15 deletions

File tree

bugbot/rules/accessibilitybug.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ def get_bz_params(self, date):
3838
"f3": "keywords",
3939
"o3": "notsubstring",
4040
"v3": "access",
41-
"j4": "AND",
42-
"n4": 1,
43-
"f4": "OP",
44-
"f5": "product",
45-
"o5": "equals",
46-
"v5": "Firefox",
47-
"f6": "component",
48-
"o6": "equals",
49-
"v6": "Disability Access",
50-
"f7": "CP",
5141
}
5242

5343
def get_bugs(self, date="today", bug_ids=[]):

configs/rules.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,7 @@
352352
},
353353
"accessibilitybug": {
354354
"max_days_in_cache": 7,
355-
"days_lookup": 7,
356-
"additional_receivers": ["jteh@mozilla.com"]
355+
"days_lookup": 7
357356
},
358357
"component": {
359358
"confidence_threshold": 0.35,

scripts/cron_run_weekdays.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,4 @@ python -m bugbot.rules.severity_high_performance_impact --production
200200
# Request potential missing info when a bug is moved to Core::Performance
201201
python -m bugbot.rules.moved_to_performance --production
202202

203-
# Try to detect potential accessibility bugs using bugbug
204-
python -m bugbot.rules.accessibilitybug --production
205-
206203
source ./scripts/cron_common_end.sh

0 commit comments

Comments
 (0)