Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

mergePullRequest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

mergePullRequest

Merges a Pull Request on GitHub.

Examples

Use a pull request number:

type: mergePullRequest
pullRequest: 1

Use the title of a pull request:

type: mergePullRequest
pullRequest: An existing pull request

Options

Title Property Description Default Required
Pull request pullRequest The number or title of the pull request to merge. This will default to the pull request number from the trigger event.