@hivemq/github-merge
v2026.04.13.26
Contents
Quality score
How well-documented and verifiable this extension is.
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
Install
$ swamp extension pull @hivemq/github-merge@hivemq/github-mergev2026.04.12.1github_merge.ts
createPullRequestCreate a pull request in a GitHub repository
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository name |
| title | string | PR title |
| head | string | Branch to merge from (head) |
| base | string | Branch to merge into (base) |
mergePullRequestMerge an existing pull request by number
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository name |
| pullNumber | number | Pull request number |
mergeBranchMerge a branch directly into another via GitHub's Merges API (no PR required)
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository name |
| base | string | Target branch (merge into) |
createPullRequestsAcrossReposFan-out: create pull requests across multiple repositories in a single operation
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository name |
| base | string | Target branch to merge into |
| title | string | PR title (same across all repos) |
Resources
pullRequest(infinite)— A GitHub pull request created or managed by this model
merge(infinite)— A completed branch merge or PR merge operation