Skip to content

bb_pr_edit

eximus edited this page Feb 25, 2024 · 1 revision

bb pr 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 pr 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

  • bb pr - Manage pull requests [pull-request]
Auto generated by spf13/cobra on 25-Feb-2024