noun
merge request
A computing term used in version control systems (e.g., GitLab) to request that changes from one branch be merged into another. Similar to a pull request (プルリクエスト) on GitHub.
See also: プルリクエスト
マージリクエストを送ってコードレビューを依頼した。
I submitted a merge request and asked for a code review.
マージリクエストが承認されたら、ブランチをマージしてください。
Once the merge request is approved, please merge the branch.