Function can_auto_approve
pub fn can_auto_approve(
playbook: &Playbook,
step_index: usize,
alert_severity: &str,
max_auto_severity: &str,
) -> boolExpand description
Check whether a step can be auto-approved given config constraints.