Github Merge
@hivemq/github-mergev2026.04.13.26
01Models
@hivemq/github-mergev2026.04.12.1github_merge.ts
fn createPullRequest(repo: string, title: string, head: string, base: string)
Create 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) |
fn mergePullRequest(repo: string, pullNumber: number)
Merge an existing pull request by number
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository name |
| pullNumber | number | Pull request number |
fn mergeBranch(repo: string, base: string)
Merge 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) |
fn createPullRequestsAcrossRepos(repo: string, base: string, title: string)
Fan-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
02Stats
Downloads
38
Archive size
26.0 KB
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
03Platforms