pub fn update_stack_notes(
review_provider: &dyn ReviewProvider,
branch_parents: &[(String, String)],
dry_run: bool,
) -> Result<()>Expand description
Maintain a stack overview in every review body: the full PR list leaf-first, the trunk at the bottom, and a pointing emoji marking the review being viewed. Lives between marker comments so resubmits replace it in place, and self-repairs if the markers were hand-edited away.