Skip to content

Commit

Permalink
Also automatically close intermittent bugs with "leave-open" in keywo…
Browse files Browse the repository at this point in the history
…rds or whiteboard

Fixes #2487
  • Loading branch information
marco-c committed Sep 30, 2024
1 parent 958c00c commit 686dc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bugbot/rules/close_intermittents.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ def get_bz_params(self, date):
"v9": "intermittent-failure",
"f10": "keywords",
"o10": "nowords",
"v10": "leave-open, test-verify-fail",
"v10": "test-verify-fail",
"resolution": "---",
"status_whiteboard_type": "notregexp",
"status_whiteboard": "(leave open|leave-open|leaveopen|test disabled|test-disabled|testdisabled)",
"status_whiteboard": "(test disabled|test-disabled|testdisabled)",
}

return params
Expand Down

0 comments on commit 686dc25

Please sign in to comment.