Skip to main content

Github Merge

@hivemq/github-mergev2026.04.13.26· 1mo agoMODELS
01Models1
@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
ArgumentTypeDescription
repostringRepository name
titlestringPR title
headstringBranch to merge from (head)
basestringBranch to merge into (base)
fn mergePullRequest(repo: string, pullNumber: number)
Merge an existing pull request by number
ArgumentTypeDescription
repostringRepository name
pullNumbernumberPull request number
fn mergeBranch(repo: string, base: string)
Merge a branch directly into another via GitHub's Merges API (no PR required)
ArgumentTypeDescription
repostringRepository name
basestringTarget branch (merge into)
fn createPullRequestsAcrossRepos(repo: string, base: string, title: string)
Fan-out: create pull requests across multiple repositories in a single operation
ArgumentTypeDescription
repostringRepository name
basestringTarget branch to merge into
titlestringPR 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