Gitea · Arazzo Workflow
Gitea Commit File On New Branch And Open Pull Request
Version 1.0.0
Create a branch, commit a new file to it, and open a pull request.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
commit-file-and-open-pr
Create a branch, commit a file, and open a pull request.
Creates a feature branch, commits a base64-encoded file to it, then opens a pull request targeting the base branch.
1
createBranch
repoCreateBranch
Create a feature branch from the base branch.
2
commitFile
repoCreateFile
Commit a new base64-encoded file onto the feature branch.
3
openPullRequest
repoCreatePullRequest
Open a pull request from the feature branch into the base branch.