table of contents
other versions
- Tumbleweed 1.90.0-1.1
- Leap-16.0
- Leap-15.6
| glab(1) | glab(1) |
NAME¶
glab-mr-note - 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 123 --resolve 3107030349 # Unresolve a discussion by note ID glab mr note 123 --unresolve 3107030349
SEE ALSO¶
glab-mr(1), glab-mr-note-list(1), glab-mr-note-reopen(1), glab-mr-note-resolve(1)
| Mar 2026 | Auto generated by spf13/cobra |