Skip to main content

Module pr_edit

Module pr_edit 

Source
Expand description

bb pr edit: change an open pull request’s title or description in place.

This rides the same PUT as pr retarget and pr reviewers. The title is always sent, because the api rejects a PUT without one. The description is sent only when it changed, so fixing a typo in the title never rewrites text nobody touched.

Structs§

EditArgs

Functions§

run