MergeRequest
yaml
type: "io.kestra.plugin.gitlab.mergerequest"
Examples
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
projectId *Requiredstring
sourceBranch *Requiredstring
targetBranch *Requiredstring
title *Requiredstring
token *Requiredstring
apiPath string
Default
/api/v4/projects
mergeRequestDescription string
url string
Default
https://gitlab.com