This step allows you to create a pull request on Github.
It can for example be used for GitOps scenarios or for scenarios where you want to have a manual confirmation step which is delegated to a GitHub pull request.
description:GitHub server url for end-user access.
scope:
- GENERAL
- PARAMETERS
- STAGES
- STEPS
type:string
default:https://github.com
mandatory:true
- name:title
description:Title of the pull request.
scope:
- PARAMETERS
- STAGES
- STEPS
type:string
mandatory:true
- name:token
aliases:
- name:githubToken
description:GitHub personal access token as per https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
scope:
- GENERAL
- PARAMETERS
- STAGES
- STEPS
type:string
mandatory:true
secret:true
resourceRef:
- name:githubTokenCredentialsId
type:secret
- name:labels
description:Labels to be added to the pull request.