glab mr note

Add a comment or note to a merge request.

glab mr note [<id> | <branch>] [flags]

Aliases

comment

Examples

# Add a comment to merge request with ID 123
$ glab mr note 123 -m "Looks good to me!"

# Add a comment to the merge request for the current branch
$ glab mr note -m "LGTM"

# Open your editor to compose a multi-line comment
$ glab mr note 123

Options

  -m, --message string   Comment or note message.
      --unique           Don't create a comment or note if it already exists.

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.