Skip to main content

@hivemq/github-merge

v2026.04.13.26

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
ArgumentTypeDescription
repostringRepository name
titlestringPR title
headstringBranch to merge from (head)
basestringBranch to merge into (base)
mergePullRequestMerge an existing pull request by number
ArgumentTypeDescription
repostringRepository name
pullNumbernumberPull request number
mergeBranchMerge a branch directly into another via GitHub's Merges API (no PR required)
ArgumentTypeDescription
repostringRepository name
basestringTarget branch (merge into)
createPullRequestsAcrossReposFan-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