pub fn managed_rules(text: &str) -> Option<Vec<(String, Vec<String>, usize)>>
The managed block of a CODEOWNERS file, if it is there and nothing but comments follows it: (pattern, owners, 1-based line) per rule.
CODEOWNERS
(pattern, owners, 1-based line)