GitHub · Arazzo Workflow
GitHub Check Mergeability and Merge a Pull Request
Version 1.0.0
Fetch a pull request, confirm it is mergeable, then merge it.
Provider
Workflows
review-and-merge-pull-request
Get a pull request, branch on its mergeable flag, and merge when ready.
Reads the pull request, and when the mergeable flag is true performs the merge using the configured merge method.
1
getPull
getPullRequest
Fetch the pull request to read its mergeable flag before attempting a merge.
2
mergePull
mergePullRequest
Merge the pull request using the supplied merge method now that it has been confirmed mergeable.