Make Build
Commit staged changes, push the current branch, open a pull request, and merge after CI passes. Never pushes to main directly. Never squash-merges on non-release branches.
/make build
codegitdelivery prcimerge
Outputs
| Name | Type | Description |
|---|---|---|
pr_url | string | URL of the opened PR. |
merge_sha | string | SHA of the merge commit after CI passes. |
Side effects
- commits to current branch
- pushes to origin
- opens PR
- merges PR after CI
System prompt fragment
Run the build pipeline: (1) Stage and commit any uncommitted changes using Conventional Commits. (2) Push the branch to origin. (3) Open a GitHub PR with body generated from the branch commit log including 'Closes #
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.