External DocumentationTo learn more, visit the GitLab documentation.
Parameters
| Parameter | Description |
|---|---|
| Merge Commit Message | Custom merge commit message. |
| Merge Request Internal ID | The internal ID of the merge request. |
| Merge When Pipeline Succeeds | If true the MR is merged when the pipeline succeeds. |
| Project ID | The ID or path of the project owned by the authenticated user. If the path is being used, it should be url encoded - for example: user%2my-project . |
| Remove Source Branch | If true removes the source branch. |
| Squash | If true the commits are squashed into a single commit on merge. |
| Squash Commit Message | Custom squash commit message. |