mozilla / infosec-risk-management-bugzilla

Code to manage, assign, etc. bugzilla bugs for the risk management framework
Mozilla Public License 2.0
2 stars 12 forks source link

do not autoassign RRAs #92

Closed fkiriakos07 closed 1 year ago

fkiriakos07 commented 1 year ago

this is a suggested method how we can disable auto-assignment, or modify the command we use to run the script to not pass rra in the modules argument

gene1wood commented 1 year ago

What if we do something like #93 ? With that one we can just assert that we don't want autoassignment by making an empty assignee list. That way whether RRAs get assigned or not is controlled in the config.

fkiriakos07 commented 1 year ago

ah nice, I'll use this method and remove the assignment config in the yaml file