Update merge request
gitlab_update_merge_requestModify a merge request's title, description, labels, assignees, reviewers, and open/close state to keep project workflows current.
Instructions
Edits a merge request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| labels | No | ||
| squash | No | ||
| add_labels | No | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| description | No | ||
| state_event | No | ||
| assignee_ids | No | ||
| milestone_id | No | ||
| reviewer_ids | No | ||
| remove_labels | No | ||
| target_branch | No | ||
| merge_request_iid | Yes | ||
| remove_source_branch | No |