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

tasks:
  - id: create_merge_request
    type: io.kestra.plugin.gitlab.mergerequests.Create
    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
Defaulthttps://gitlab.com