| produce_random_id | string | 随机生成的事件ID |
| event_type | string | 事件类型,此处为 "merge_request" |
| object_kind | string | 对象类型,此处为 "merge_request" |
| git_branch | string | Git分支名称 |
| git_commit_no | string | 当前提交SHA |
| git_target_branch_commit_no | string | 目标分支提交SHA |
| manual_build | boolean | |
| virtual_merge_build | boolean | |
| uuid | string | 事件唯一标识符 |
| labels | array | 标签列表 |
| issues | array | 关联的issue列表 |
| object_attributes.id | integer | 合并请求的ID |
| object_attributes.iid | integer | 合并请求在项目中的ID |
| object_attributes.title | string | 合并请求标题 |
| object_attributes.description | string | 合并请求描述 |
| object_attributes.state | string | 合并请求状态(opened: 开启的,merged: 已合并,closed: 关闭的) |
| object_attributes.created_at | string | 创建时间 |
| object_attributes.updated_at | string | 更新时间 |
| object_attributes.action | string | 操作类型(open:开启, update: 更新, merge:合并, close: 关闭) |
| object_attributes.work_in_progress | boolean | 是否为进行中的工作 |
| object_attributes.merge_status | string | 合并状态(unchecked: 未检查) |
| object_attributes.merge_when_pipeline_succeeds | boolean | 是否在流水线成功后自动合并 |
| object_attributes.source_branch | string | 源分支名称 |
| object_attributes.target_branch | string | 目标分支名称 |
| object_attributes.source_project_id | integer | 源项目ID |
| object_attributes.target_project_id | integer | 目标项目ID |
| object_attributes.author_id | integer | 作者ID |
| object_attributes.url | string | 合并请求的Web访问地址 |
| object_attributes.need_review | boolean | 是否需要评审 |
| object_attributes.need_test | boolean | |