Create
yaml
type: "io.kestra.plugin.github.pulls.create"
Examples
yaml
id: github_pulls_create_flow
namespace: company.team
tasks:
- id: create_pull_request
type: io.kestra.plugin.github.pulls.Create
oauthToken: your_github_token
repository: kestra-io/kestra
sourceBranch: develop
targetBranch: main
title: Merge develop to main
body: "Request to merge changes from develop into main"
Properties
body string
draft booleanstring
Default
false
jwtToken string
login string
maintainerCanModify booleanstring
Default
false