pub fn render_annotations_section(
highlights: &[Highlight],
cfg: &CockpitConfig,
sensor_blocking: &BTreeMap<String, bool>,
) -> StringExpand description
Render annotations section for the PR comment.
This is a convenience function that wraps render_annotations with a section header.