Function extract_reviewers
pub fn extract_reviewers(message: &str) -> Vec<String>Expand description
Extract Reviewed-By: trailer values from a commit message.
Same extraction rules as extract_coauthors. Used by the
decayed-knowledge reviewer-credit step per Jabrayilzade et al.,
ICSE-SEIP 2022 §3.1, where reviewer identity contributes W_REVIEWER
weight to knowledge share.