Skip to content

Commit

Permalink
Always add the regressor author to CC (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaibmujahid authored Dec 3, 2023
1 parent e231ef3 commit 8f766f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bugbot/rules/file_crash_bug.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def get_bugs(self, date):
"new": "true",
}
]
bug_data["cc"].append(signature.regressed_by_author["name"])

if signature.is_potential_security_crash:
bug_data["groups"] = ["core-security"]
Expand Down

0 comments on commit 8f766f2

Please sign in to comment.