Create
Create a pull request
Create
Create a pull request
yaml
type: io.kestra.plugin.github.pulls.CreateExamples
yaml
id: github_pulls_create_flow
namespace: company.team
tasks:
- id: create_pull_request
type: io.kestra.plugin.github.pulls.Create
oauthToken: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
repository: kestra-io/kestra
sourceBranch: develop
targetBranch: main
title: Merge develop to main
body: "Request to merge changes from develop into main"
Properties
appInstallationToken string
body string
draft booleanstring
Default
falseendpoint string
jwtToken string
login string
maintainerCanModify booleanstring
Default
falseoauthToken string
repository string
reviewers array
SubTypestring
sourceBranch string
targetBranch string
title string
Outputs
issueUrl
Definitions
java.net.URL
authoritystring
filestring
hoststring
portinteger
protocolstring
refstring
pullRequestUrl
Definitions
java.net.URL
authoritystring
filestring
hoststring
portinteger
protocolstring
refstring