
Create
Create
yaml
type: "io.kestra.plugin.gitlab.mergerequests.Create"Examples
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
projectId*Requiredstring
sourceBranch*Requiredstring
targetBranch*Requiredstring
title*Requiredstring
token*Requiredstring
apiPathstring
Default
/api/v4/projectsmergeRequestDescriptionstring
urlstring
Default
https://gitlab.com