Skip to main content

update_description_note

Function update_description_note 

Source
pub fn update_description_note(
    review_provider: &dyn ReviewProvider,
    branch: &str,
    description: &str,
    dry_run: bool,
) -> Result<()>
Expand description

Write (or, with an empty string, clear) the description block in the branch’s review body. Unlike the stack overview the block is sticky: submits without --desc never touch it.