GitHub · Arazzo Workflow
GitHub Propose a Change via Pull Request
Version 1.0.0
Branch, commit a file, and open a pull request back to the base branch.
Provider
Workflows
propose-change-pull-request
Create a branch, commit a file, then open a pull request for it.
Resolves the base branch SHA, creates a branch, commits a file, and opens a pull request from the new branch to the base branch.
1
getBaseRef
getReference
Read the base branch reference to obtain its commit SHA.
2
createBranchRef
createReference
Create the new branch reference from the base commit SHA.
3
commitFile
createOrUpdateFileContents
Commit the file onto the new branch.
4
openPullRequest
createPullRequest
Open a pull request from the new branch back to the base branch so the committed change can be reviewed.
Source API Descriptions
openapi