Shorten text when leaving comment as review
What does this MR do and why?
Shortens the text when the user selects "Comment" and submitting a code review.
- Original:
<user> left review comments without approving or requesting changes - New:
<user> left review comments
References
The long term fix for this issue will be looking at leaving a review from a comment #501254 and/or checking for pending comments for quick actions #521624
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Assign yourself as a reviewer to a merge request
- Enter a comment with some text and a quick action
/request_changes- Click on "add to review"
- Click on "Finish review"
- Ensure that "Comment" is selected (this should be a default selection)
- Click on "Submit review"
- Observe the system note in the Activity feed

