Skip to content

bb_pull request_edit

eximus edited this page Feb 25, 2024 · 2 revisions

bb pull-request edit

Edit details of a pull request

Synopsis

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 pull-request edit ID [flags]

Options

  -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

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/bb.yaml)
  -R, --repo string     selected repository

SEE ALSO

Auto generated by spf13/cobra on 24-Feb-2024