Gitea · Arazzo Workflow
Gitea Feature Branch To Merged Pull Request
Version 1.0.0
Create a feature branch, open a pull request, and merge it.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
branch-pull-request-merge
Create a branch, open a pull request, and merge it.
Creates a feature branch from a base branch, opens a pull request targeting the base branch, and merges it.
1
createBranch
repoCreateBranch
Create a new feature branch from the base branch.
2
createPullRequest
repoCreatePullRequest
Open a pull request from the new feature branch into the base branch.
3
mergePullRequest
repoMergePullRequest
Merge the pull request using the requested merge strategy.