MergeRequest ​Merge​Request

yaml
type: "io.kestra.plugin.gitlab.mergerequest"
yaml
id: gitlab_merge_request
namespace: company.team

tasks:
  - id: create_merge_request
    type: io.kestra.plugin.gitlab.MergeRequest
    url: https://gitlab.example.com
    token: "{{ secret('GITLAB_TOKEN') }}"
    projectId: "123"
    title: "Feature: Add new functionality"
    mergeRequestDescription: "This merge request adds new functionality to the project"
    sourceBranch: "feat-testing"
    targetBranch: "main"
Properties
Default /api/v4/projects
Default https://gitlab.com