glab-mr-note - Man Page
Manage comments and discussions on a merge request.
Synopsis
glab mr note [ | ] [flags]
Description
Manage comments and discussions on a merge request.
Options
-m, --message="" Comment or note message.
--unique[=false] Don't create a comment or note if it already exists.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
- -R, ā--repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
- format. Also accepts full URL or Git URL.
Example
# 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 # Resolve a discussion by note ID glab mr note resolve 123 3107030349 # Reopen a discussion by note ID glab mr note reopen 123 3107030349
See Also
glab-mr(1), glab-mr-note-list(1), glab-mr-note-reopen(1), glab-mr-note-resolve(1)
Referenced By
glab-mr(1), glab-mr-note-list(1), glab-mr-note-reopen(1), glab-mr-note-resolve(1).
Apr 2026 Auto generated by spf13/cobra