-
Notifications
You must be signed in to change notification settings - Fork 0
bb_pr_edit
eximus edited this page Feb 25, 2024
·
1 revision
Edit details of a pull request
Allows edits to an existing pull request If no options are given to edit title or description it will open your EDITOR to write any changes to them. By default title is on first line and description on the lines bellow
bb pr edit ID [flags]
-b, --body string description for the pull request
-c, --close-source close source branch
-h, --help help for edit
-r, --reviewer stringArray add reviewer by their name. [31mNot implemented[m
--source string source branch. Defaults to current branch
--target string description for the pull request
-t, --title string title for the pull request
--config string config file (default is $HOME/.config/bb.yaml)
-R, --repo string selected repository
- bb pr - Manage pull requests [pull-request]