Skip to content

Commit ea67586

Browse files
authored
Add filter to exclude update-bot (#2608)
Fixes #2593
1 parent 513c67e commit ea67586

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bugbot/rules/component.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ def get_bz_params(self, date):
7979
"o8": "anyexact",
8080
"v8": "Untriaged,Foxfooding",
8181
"f9": "CP",
82+
"f10": "reporter",
83+
"o10": "notequals",
84+
8285
}
8386

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

0 commit comments

Comments
 (0)