GitHub · Arazzo Workflow
GitHub Verify a Branch and Merge It
Version 1.0.0
Confirm a head branch exists, then merge it into a base branch.
Provider
Workflows
verify-and-merge-branch
Verify a head branch exists then merge it into a base branch.
Reads the head branch to confirm it exists and then merges it into the base branch with a custom commit message.
1
verifyHeadBranch
getBranch
Read the head branch to confirm it exists before attempting the merge.
2
mergeIntoBase
mergeBranch
Merge the verified head branch into the base branch with the supplied commit message.
Source API Descriptions
openapi