GitHub · Arazzo Workflow
GitHub Open and Auto-Merge a Pull Request
Version 1.0.0
Open a pull request from an existing branch and immediately merge it.
Provider
Workflows
open-and-merge-pull-request
Open a pull request then merge it using the returned number.
Creates a pull request from an existing head branch and chains the returned pull request number into the merge call.
1
openPullRequest
createPullRequest
Open a pull request from the head branch to the base branch.
2
mergePull
mergePullRequest
Merge the freshly opened pull request using the number returned by the create step.